mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-12-12 16:46:23 +00:00
18 lines
174 B
NASM
18 lines
174 B
NASM
%ifdef CONFIG
|
|
{
|
|
"Match": "All",
|
|
"RegData": {
|
|
"RAX": "0xFFFFFFFFFFFFFFFE",
|
|
"RDX": "1",
|
|
"RBX": "1"
|
|
}
|
|
}
|
|
%endif
|
|
mov rax, -1
|
|
mov rdx, 0
|
|
mov rbx, 1
|
|
|
|
mul rbx
|
|
|
|
hlt
|