mirror of
https://github.com/fachat/xa65.git
synced 2024-11-20 11:32:34 +00:00
28 lines
278 B
NASM
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
|
|
*/
|
|
|