home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GFX Sensations 1
/
Graphic Sensations - Volume 1.iso
/
tools
/
amiga
/
12004000
/
moned3a.lha
/
DOMonitor.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-02
|
175 b
|
14 lines
XREF _GfxBase
XDEF _DOMonitor
_DOMonitor:
move.l _GfxBase,a6
move.l 4(sp),a0
move.l a0,-(sp)
move.l 44(a0),a0
move.l 26(a0),a0
jsr (a0)
lea 4(sp),sp
rts