1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-01 22:41:32 +00:00
xa65/xa/tests/openpp/test.s
Andre Fachat 13b4cf53d9 xa-2.3.7
2017-10-15 00:47:56 +02:00

28 lines
290 B
ArmAsm

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