1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-08-19 20:29:36 +00:00
6502bench/SourceGen/Examples/Scripts/Sample.S
Andy McFadden b5d1881cf0 Add inline string script sample
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.
2019-10-08 10:44:49 -07:00

9 lines
131 B
ArmAsm

org $1000
jsr PrintInlineZString
asc 'Testing',00
rts
PrintInlineZString
rts