mirror of
https://github.com/Michaelangel007/apple2_print_uint16.git
synced 2025-01-16 15:29:52 +00:00
13 lines
166 B
ArmAsm
13 lines
166 B
ArmAsm
|
.feature labels_without_colons
|
||
|
.export _printu
|
||
|
|
||
|
.org $800
|
||
|
|
||
|
LDA #$12
|
||
|
LDX #$34
|
||
|
JMP _printu
|
||
|
|
||
|
_printu
|
||
|
.include "print_uint16_sans_zp.s"
|
||
|
|