mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-05 05:46:35 +00:00
22 lines
269 B
NASM
22 lines
269 B
NASM
|
%ifdef CONFIG
|
||
|
{
|
||
|
"RegData": {
|
||
|
"RAX": "0xFFFFFFFFFFFFFFFF",
|
||
|
"RBX": "0",
|
||
|
"RCX": "0xFFFFFFFF",
|
||
|
"RDX": "0"
|
||
|
}
|
||
|
}
|
||
|
%endif
|
||
|
|
||
|
mov rax, 0
|
||
|
mov rbx, -1
|
||
|
andn rax, rax, rbx
|
||
|
andn rbx, rbx, rax
|
||
|
|
||
|
mov rcx, 0
|
||
|
mov rdx, -1
|
||
|
andn ecx, ecx, edx
|
||
|
andn edx, edx, ecx
|
||
|
|
||
|
hlt
|