1
0
mirror of https://github.com/fachat/xa65.git synced 2024-07-06 00:28:56 +00:00
xa65/xa/tests/openpp/test.s

28 lines
290 B
ArmAsm
Raw Normal View History

2011-12-16 22:04:51 +00:00
.word $c000
* = $c000
#if 0
#error BUGGGGG
#endif
#if 1
lda #93
jsr $ffd2
#endif
/* comment this out to stop testing included gaffes */
2017-10-14 22:47:56 +00:00
#ifdef BUG
2011-12-16 22:04:51 +00:00
#include "test.inc"
2017-10-14 22:47:56 +00:00
#endif
2011-12-16 22:04:51 +00:00
#if 1
#if 2
lda #93
jsr $ffd2
#endif
#endif
#ifdef X
/* comment this out for bugs in this file */
#endif