fsqrt.asm 82 B

123456789
  1. global _start
  2. %include "header.inc"
  3. fldpi
  4. fsqrt
  5. %include "footer.inc"