1
0
mirror of https://github.com/fachat/xa65.git synced 2024-08-14 10:29:19 +00:00
xa65/xa/tests/cpp/over.asm
2011-12-16 23:04:51 +01:00

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