fyl2x-zero.asm 163 B

1234567891011121314
  1. global _start
  2. section .data
  3. align 16
  4. %include "header.inc"
  5. push 1234
  6. fild dword [esp]
  7. push 0
  8. fild dword [esp]
  9. fyl2x
  10. %include "footer.inc"