home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Times
/
AmigaTimes.iso
/
internet
/
Term
/
Extras
/
Source
/
term-source.lha
/
Glue
/
FreeDevUnit.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1996-10-20
|
278 b
|
15 lines
*** DO NOT EDIT: FILE BUILT AUTOMATICALLY
*** FreeDevUnit ram interface
XREF _OwnDevUnitBase
SECTION OwnDevUnit,code
XDEF _FreeDevUnit
_FreeDevUnit:
move.l a6,-(sp)
move.l _OwnDevUnitBase,a6
move.l 8(sp),a0
move.l 12(sp),d0
jsr -42(a6)
move.l (sp)+,a6
rts
END