1
0
mirror of https://github.com/fachat/xa65.git synced 2024-07-07 06:28:57 +00:00
xa65/xa/tests/openpp/test.asm
2011-12-16 23:04:51 +01:00

28 lines
278 B
NASM

.word $c000
* = $c000
#if 0
#error BUGGGGG
#endif
#if 1
lda #93
jsr $ffd2
#endif
/* comment this out to stop testing included gaffes */
#include "test.inc"
#if 1
#if 2
lda #93
jsr $ffd2
#endif
#endif
#ifdef X
/* comment this out for bugs in this file */
/*
#endif
*/