index
:
65c02-thing
this commit
master
65c02 emulator
strawberry
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thing.s
blob: d492a15c468b191e3bdc868cf96f385168ca1f70 (
plain
)
1
2
3
4
5
6
7
8
_start: lda #$78 jsr goog cmp #$78 brk goog: lda #$50 rts