minix/lib/i386/em/em_ngf8.s
2005-04-21 14:53:53 +00:00

12 lines
137 B
ArmAsm
Executable file

.sect .text; .sect .rom; .sect .data; .sect .bss
.define .ngf8
.sect .text
.ngf8:
mov bx,sp
fldd 4(bx)
fchs
fstpd 4(bx)
wait
ret