|
|
1.1 root 1: | as68 routines for interrupt programming
2: | read/xmit int for SLU3, i.e, the hostline --
3:
4: .text
5: .globl _slu3int | make _slu3int extern
6:
7: _slu3int: movel a0,sp@- | save C scratch regs
8: movel a1,sp@-
9: movel d0,sp@-
10: movel d1,sp@- | (or use movem for better performance)
11: jsr _slu3intc | C will save other regs on entry to routine
12: movel sp@+,d1
13: movel sp@+,d0
14: movel sp@+,a1
15: movel sp@+,a0
16: rte | return from interrupt
17:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.