FEX/unittests/ASM/Primary/Primary_A8.asm
Ryan Houdek ee410cf1be Implements Primary table unit tests
Not full coverage, skips the string ops and doesn't confirm that flag
setting is correct. Those are forthcoming
2020-03-09 18:15:43 -07:00

19 lines
181 B
NASM

%ifdef CONFIG
{
"RegData": {
"RAX": "0x0600"
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov rax, 0x4142434445464847
test al, 0x61
mov rax, 0
lahf
hlt