home *** CD-ROM | disk | FTP | other *** search
-
- ; FIFO-HANDLER HTAG.A
- ;
- ; Support for software int to transfer packet from
- ; private port to IoSink
-
- section text,code
-
- xdef _AIntCode
- xref _IntCode
-
- _AIntCode
- move.l A1,-(sp)
- jsr _IntCode(pc)
- move.l (sp)+,A1
- rts
-
- END
-
-