fpu_m80.asm 141 B

12345678910111213
  1. global _start
  2. section .data
  3. align 16
  4. %include "header.inc"
  5. push 1
  6. push 0
  7. push 0
  8. fld tword [esp-8]
  9. %include "footer.inc"