mirror of
https://github.com/Michaelangel007/apple2_print_uint16.git
synced 2024-12-28 13:30:55 +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"
|
|
|