FEX/unittests/ASM/X87/DD_E9.asm
Ryan Houdek 4b6914ad80 Implements unit tests to test the stack popping
Only tests the stack popping for FCOMP, FUCOMP, FCOMPP, and FUCOMPP.
2020-10-27 23:11:30 -07:00

17 lines
190 B
NASM

%ifdef CONFIG
{
"RegData": {
"MM6": ["0x8000000000000000", "0x3FFF"],
"MM7": ["0x8000000000000000", "0x3FFF"]
}
}
%endif
; Only tests pop behaviour
fld1
fldz
fucomp
fld1
hlt