v6502/xa-2.3.5/tests/openpp/test.asm

27 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
*/