summary refs log tree commit diff
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