FEX/unittests/ASM/X87/DA_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

18 lines
196 B
NASM

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