|
|
Xinu for 68000/68010
| as68 routine for interrupt programming .text .globl _piint _piint: movel a0,sp@- | save C scratch regs movel a1,sp@- movel d0,sp@- movel d1,sp@- | (or use movem for better performance) jsr _lpoin | C will save other regs on entry to routine movel sp@+,d1 movel sp@+,d0 movel sp@+,a1 movel sp@+,a0 rte | return from interrupt
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.