mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-12-13 09:06:17 +00:00
unittests: Basic INTO test
This only tests for the non-faulting INTO instruction. This is because our ASM tests can not test for signals. Nor can it recover.
This commit is contained in:
parent
95eb456065
commit
2f1d44f838
15
unittests/32Bit_ASM/Primary/Primary_CE.asm
Normal file
15
unittests/32Bit_ASM/Primary/Primary_CE.asm
Normal file
@ -0,0 +1,15 @@
|
||||
%ifdef CONFIG
|
||||
{
|
||||
"RegData": {
|
||||
},
|
||||
"Mode": "32BIT"
|
||||
}
|
||||
%endif
|
||||
|
||||
; Clear OF just incase
|
||||
test eax, eax
|
||||
|
||||
; Just ensure it executes safely
|
||||
into
|
||||
|
||||
hlt
|
Loading…
Reference in New Issue
Block a user