home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Times
/
AmigaTimes.iso
/
internet
/
Term
/
Extras
/
Source
/
term-source.lha
/
Glue
/
AttemptDevUnit.asm
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
|
310 b
|
16 lines
*** DO NOT EDIT: FILE BUILT AUTOMATICALLY
*** AttemptDevUnit ram interface
XREF _OwnDevUnitBase
SECTION OwnDevUnit,code
XDEF _AttemptDevUnit
_AttemptDevUnit:
move.l a6,-(sp)
move.l _OwnDevUnitBase,a6
move.l 8(sp),a0
movem.l 12(sp),d0/a1
move.l 20(sp),d1
jsr -36(a6)
move.l (sp)+,a6
rts
END