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:
Ryan Houdek 2021-12-28 19:32:19 -08:00
parent 95eb456065
commit 2f1d44f838

View 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