File: test.s

package info (click to toggle)
xa 2.4.1-0.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,356 kB
  • sloc: ansic: 8,585; asm: 845; makefile: 755; perl: 116; sh: 53
file content (27 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
	.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