home *** CD-ROM | disk | FTP | other *** search
- | this function is for normal (=large) mode only !
-
- .globl _hookEntrya1a2
- _hookEntrya1a2:
-
- | save registers for C function that wants everything on the stack
-
- movel a1,sp@- | push message packet pointer
- movel a2,sp@- | push object pointer
- movel a0@(12),a0 | fetch C entry point ... (h_SubEntry)
- jsr a0@ | ... and call it
- lea sp@(8),sp | fix stack
- rts
-