home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 1
/
ARM_CLUB_CD.iso
/
contents
/
sillies
/
silly1
/
!Rippler
/
s
/
vsync
< prev
Wrap
Text File
|
1990-03-05
|
898b
|
62 lines
; generated by Norcroft RISC OS ARM C vsn 3.00 [Jul 12 1989]
a1 RN 0
a2 RN 1
a3 RN 2
a4 RN 3
v1 RN 4
v2 RN 5
v3 RN 6
v4 RN 7
v5 RN 8
v6 RN 9
sl RN 10
fp RN 11
ip RN 12
sp RN 13
lr RN 14
pc RN 15
f0 FN 0
f1 FN 1
f2 FN 2
f3 FN 3
f4 FN 4
f5 FN 5
f6 FN 6
f7 FN 7
AREA |C$$code|, CODE, READONLY
IMPORT |__main|
|x$codeseg|
B |__main|
DCB &76,&73,&79,&6e
DCB &63,&00,&00,&00
DCD &ff000008
IMPORT do_ripple
EXPORT vsync
vsync
CMPS a1, #4
MOVNE pc, lr
STMFD sp!, {a1-a4, ip}
LDR a1, [pc, #L000034-.-8]
LDR ip, [sl, #0]
ADD a1, ip, a1
LDR a1, [a1, #0]
CMPS a1, #1
BLEQ do_ripple
LDMFD sp!, {a1-a4, ip}
MOVNE pc, lr
L000034
IMPORT rippling
DCD rippling
AREA |C$$data|
|x$dataseg|
END