ack subdir for combined ack/gcc library build

This commit is contained in:
Ben Gras
2005-10-10 15:27:47 +00:00
parent 04822e9cc9
commit 8c53e4007e
322 changed files with 17865 additions and 0 deletions

19
lib/ack/float/fptrp.s Executable file
View File

@@ -0,0 +1,19 @@
#
.sect .text; .sect .rom; .sect .data; .sect .bss
.define __fptrp
.sect .text
__fptrp:
#if __i386
push ebp
mov ebp, esp
mov eax, 8(bp)
call .Xtrp
leave
ret
#else /* i86 */
push bp
mov bp, sp
mov ax, 4(bp)
call .Xtrp
jmp .cret
#endif