mirror of
https://github.com/fachat/xa65.git
synced 2025-01-03 23:29:26 +00:00
33 lines
148 B
NASM
33 lines
148 B
NASM
# 1 "over.c"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lda #1
|
|
jmp buggy
|
|
rts
|
|
|
|
# 1 "over.h" 1
|
|
|
|
|
|
|
|
|
|
fuzz lda #5
|
|
sta $0400
|
|
bne fuzz
|
|
rts
|
|
|
|
lda @$c0c0c0
|
|
# 17 "over.c" 2
|
|
|
|
|
|
|