home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d7xx
/
d752
/
toolmanager.lha
/
ToolManager
/
Programmers
/
Programmers.lha
/
slib
/
alloctm.asm
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1992-09-26
|
269 b
|
23 lines
IFD BARFLY
CODE
SMALLDATA a4
ELSE
CSECT text,0
ENDC
XREF _ToolManagerBase
XREF _LVOAllocTMHandle
XDEF _AllocTMHandle
_AllocTMHandle:
move.l a6,-(sp)
move.l _ToolManagerBase(a4),a6
jsr _LVOAllocTMHandle(a6)
move.l (sp)+,a6
rts
END