summaryrefslogtreecommitdiff
path: root/test/test-the-tests.s
blob: 5f1e2557d138a823cd2cca26f9ea042e42466f57 (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
.org $0000
init:
cps

lstart:
lda #$01

lshft:
lsl #$01
bcs rstart
jmp lshft

rstart:
lda.q #$8000000000000000

rshft:
lsr #$1
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