home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
programming
/
reqaztec
/
glue
/
makegadg.asm
< prev
next >
Wrap
Assembly Source File
|
1990-12-18
|
196b
|
17 lines
;:ts=8
section text,code
xref _ReqBase
xdef _MakeGadget
_MakeGadget:
move.l a6,-(sp)
move.l _ReqBase,a6
movem.l 8(sp),a0/a1
movem.l 16(sp),d0/d1
jsr -126(a6)
move.l (sp)+,a6
rts
end