mirror of
https://github.com/Michaelangel007/apple2_print_uint16.git
synced 2024-12-29 04:29:16 +00:00
12 lines
140 B
ArmAsm
12 lines
140 B
ArmAsm
|
; Demo
|
||
|
|
||
|
ORG $800
|
||
|
|
||
|
LDA #$12
|
||
|
LDX #$34
|
||
|
JMP PrintUint16
|
||
|
|
||
|
; Merlin32 include
|
||
|
PUT print_uint16_sans_zp.s
|
||
|
|