v86/tests/nasm/fyl2x-zero.asm
2020-08-30 19:37:15 -05:00

15 lines
163 B
NASM

global _start
section .data
align 16
%include "header.inc"
push 1234
fild dword [esp]
push 0
fild dword [esp]
fyl2x
%include "footer.inc"