fsqrt.asm 81 B

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