source: buchla-68k/alcyon/fstubs.s@ 7bf3856

Last change on this file since 7bf3856 was 7bf3856, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Added Alcyon C reference output.

  • Property mode set to 100644
File size: 254 bytes
Line 
1.globl _errno
2.globl _Cbuffs
3.globl _Stdbufs
4.globl _Stdbuf
5.globl _chantab
6.globl _Wrkbuf
7.globl _readbuf
8.text
9_readbuf:
10~~readbuf:
11~dev=8
12~buf=10
13link R14,#-4
14*line 47
15jsr _xtrap15
16*line 48
17move #1,R0
18bra L1
19L1:unlk R14
20rts
21.data
Note: See TracBrowser for help on using the repository browser.