summaryrefslogtreecommitdiff
path: root/test/the-tests.s
blob: ae31e26d31debbc2258db9f4d17e24737168dc58 (plain)
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
28
29
30
31
32
33
34
35
.org $0
init:
	cps

lstart:
	lda #1
	tab

lshft:
	llb
	bcs rstart
	jmp lshft

rstart:
	tba
	lsl #63

rshft:
	lrb
	bcs lstart
	jmp rshft

.org $FFC0
.qword init

.org $FF50
.qword init
.qword init
.qword init
.qword init
.qword init
.qword init
.qword init
.qword init
done