mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-01-05 21:09:56 +00:00
18 lines
195 B
NASM
18 lines
195 B
NASM
%ifdef CONFIG
|
|
{
|
|
"Match": "All",
|
|
"RegData": {
|
|
"RAX": "0x1BD5B7DDE",
|
|
"RBX": "0x0DEADBF18"
|
|
}
|
|
}
|
|
%endif
|
|
|
|
mov r15, 0xDEADBEEF
|
|
mov r14, 0x5
|
|
|
|
lea rax, [r15*2]
|
|
lea rbx, [r15+r14*8 + 1]
|
|
|
|
hlt
|