source: buchla-68k/alcyon/etrel.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: 512 bytes
Line 
1.globl _ebflag
2.globl _ebuf
3.globl _curfet
4.globl _cfetp
5.globl _infetp
6.globl _et_rel
7.text
8_et_rel:
9~~et_rel:
10link R14,#-4
11*line 14
12move #-1,R0
13bra L1
14L1:unlk R14
15rts
16.globl _ef_rel
17.text
18_ef_rel:
19~~ef_rel:
20link R14,#-4
21*line 20
22move #-1,R0
23bra L2
24L2:unlk R14
25rts
26.globl _rd_rel
27.text
28_rd_rel:
29~~rd_rel:
30link R14,#-4
31*line 26
32move #-1,R0
33bra L3
34L3:unlk R14
35rts
36.globl _nd_rel
37.text
38_nd_rel:
39~~nd_rel:
40link R14,#-4
41*line 32
42move #-1,R0
43bra L4
44L4:unlk R14
45rts
46.data
Note: See TracBrowser for help on using the repository browser.