home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
programming
/
aztecarp_376
/
src
/
glue
/
deleteport.asm
< prev
next >
Wrap
Assembly Source File
|
1990-08-01
|
163b
|
15 lines
section text,code
xref _ArpBase
xdef _DeletePort
_DeletePort:
move.l a6,-(sp)
move.l _ArpBase,a6
move.l 8(sp),a1
jsr -312(a6)
move.l (sp)+,a6
rts
end