minix/lib/i386/em/em_ngf4.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 .ngf4
.sect .text
.ngf4:
mov bx,sp
flds 4(bx)
fchs
fstps 4(bx)
wait
ret