1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-03-12 20:42:19 +00:00
Files
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