source: buchla-68k/alcyon/pause.s@ 4aad7a7

Last change on this file since 4aad7a7 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
6link R14,#-4
7*line 15
8move.l 8(R14),(sp)
9move #2,-(sp)
10jsr _writeln
11addq.l #2,sp
12*line 16
13move.l #L2,(sp)
14move #2,-(sp)
15jsr _writeln
16addq.l #2,sp
17*line 17
18jsr _waitcr
19L1:unlk R14
20rts
21.data
22L2:.dc.b $D,$A,$0
Note: See TracBrowser for help on using the repository browser.