blob: 4ca01f30687a6f073ff51ec8e889123639a2a61b (
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
36
37
38
39
|
.org 0
count:
.res 8
.org $40000
mem:
.res 256
.org $8000
reset:
cps
lds.d
<<<<<<< HEAD
mov a,
=======
>>>>>>> 673efac... - Implemented support for the Orthogonal extension into
and
tay
xor b, b
xor.q count, count
cmp.qo (count), y
lea.o (count), y
lea mem
loop:
inc b
inc.q count
mov (b+e), b
mov a, (b+e)
bra loop
.org $FFC0
.qword reset
a
d
|