1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-06 16:29:03 +00:00
6502bench/SourceGen/SGTestData/FunkyProjects/Simple.S
2018-09-28 10:05:11 -07:00

5 lines
95 B
ArmAsm

; Trivial example for some basic tests.
lda #$00
sta $3000
rts