1
0
mirror of https://github.com/fachat/xa65.git synced 2025-01-05 21:30:07 +00:00
xa65/xa/tests/cpp/over.asm

33 lines
148 B
NASM
Raw Normal View History

2011-12-16 22:04:51 +00:00
# 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