mirror of
https://github.com/fadden/6502bench.git
synced 2025-03-13 04:36:18 +00:00
Also, updated LZ4FH sample, which needed to have explicit widths on a couple of zero-page pointers. Also, updated Zippy sample, which had a ton of unnecessary format entries for a couple of pointers.
9 lines
131 B
ArmAsm
9 lines
131 B
ArmAsm
org $1000
|
|
|
|
jsr PrintInlineZString
|
|
asc 'Testing',00
|
|
rts
|
|
|
|
PrintInlineZString
|
|
rts
|