minix/lib/ack/i386/em/disconnected/em_ngf4.s
2009-11-09 10:26:00 +00:00

11 lines
137 B
ArmAsm

.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