Last change
on this file since 73dd55f was 7bf3856, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Added Alcyon C reference output.
|
-
Property mode
set to
100644
|
File size:
271 bytes
|
Line | |
---|
1 | .globl _pause
|
---|
2 | .text
|
---|
3 | _pause:
|
---|
4 | ~~pause:
|
---|
5 | ~s=8
|
---|
6 | link R14,#-4
|
---|
7 | *line 15
|
---|
8 | move.l 8(R14),(sp)
|
---|
9 | move #2,-(sp)
|
---|
10 | jsr _writeln
|
---|
11 | addq.l #2,sp
|
---|
12 | *line 16
|
---|
13 | move.l #L2,(sp)
|
---|
14 | move #2,-(sp)
|
---|
15 | jsr _writeln
|
---|
16 | addq.l #2,sp
|
---|
17 | *line 17
|
---|
18 | jsr _waitcr
|
---|
19 | L1:unlk R14
|
---|
20 | rts
|
---|
21 | .data
|
---|
22 | L2:.dc.b $D,$A,$0
|
---|
Note:
See
TracBrowser
for help on using the repository browser.