home *** CD-ROM | disk | FTP | other *** search
- / sys/emxinit.s (emx+gcc) -- Copyright (c) 1992-1993 by Eberhard Mattes
-
- .globl _emx_init
- .globl _emx_syscall
- .globl ___init_ret
-
- .data
-
- L_ret: .long 0
-
- .text
-
- _emx_init:
- popl L_ret
- popl %eax
- jmp ___init
-
-
- ___init_ret:
- movl 4(%esp), %esp
- jmp *L_ret
-
- _emx_syscall:
- jmp _emx_syscall
-