home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Exec 5
/
CD_Magazyn_EXEC_nr_5.iso
/
Programy
/
Programowanie
/
PPC
/
wosdb_src.lzx
/
newRunPPC.asm
< prev
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
|
1999-05-05
|
237 b
|
18 lines
mc68040
section newRunPPC,code
xref _oldRunPPC
xdef _newRunPPC
_newRunPPC:
; a0 = PPCArgs
; a6 = PowerPCBase
move.l a0,-(sp)
or.b #4,11(a0) ; PP_Flags |= PPF_THROW
jsr ([_oldRunPPC.l])
move.l (sp)+,a0
and.b #$fb,11(a0)
rts