diff --git a/unittests/32Bit_ASM/Primary/Primary_CE.asm b/unittests/32Bit_ASM/Primary/Primary_CE.asm new file mode 100644 index 000000000..f9d7aeb79 --- /dev/null +++ b/unittests/32Bit_ASM/Primary/Primary_CE.asm @@ -0,0 +1,15 @@ +%ifdef CONFIG +{ + "RegData": { + }, + "Mode": "32BIT" +} +%endif + +; Clear OF just incase +test eax, eax + +; Just ensure it executes safely +into + +hlt