mirror of
https://github.com/open-goal/jak-project
synced 2026-08-09 18:58:50 -04:00
637b043293
Updates Zydis to it's latest commit, this should fix building the project on intel macs with a more recent version of macOS. This likely needs some sanity checks that the debugger stuff still works as expected.
32 lines
1.5 KiB
Plaintext
Vendored
Generated
32 lines
1.5 KiB
Plaintext
Vendored
Generated
== [ BASIC ] ============================================================================================
|
|
MNEMONIC: mov [ENC: DEFAULT, MAP: DEFAULT, OPC: 0xBA]
|
|
LENGTH: 5
|
|
SSZ: 64
|
|
EOSZ: 32
|
|
EASZ: 64
|
|
CATEGORY: DATAXFER
|
|
ISA-SET: I86
|
|
ISA-EXT: BASE
|
|
EXCEPTIONS: NONE
|
|
OPTIMIZED: BA 81 1A 2F 42
|
|
|
|
== [ OPERANDS ] ============================================================================================
|
|
## TYPE VISIBILITY ACTION ENCODING SIZE NELEM ELEMSZ ELEMTYPE VALUE
|
|
-- --------- ---------- ------ ------------ ---- ----- ------ -------- ---------------------------
|
|
0 REGISTER EXPLICIT W OPCODE 32 1 32 INT edx
|
|
1 IMMEDIATE EXPLICIT R SIMM16_32_64 32 1 32 INT [S A 32] 0x00000000422F1A81
|
|
-- --------- ---------- ------ ------------ ---- ----- ------ -------- ---------------------------
|
|
|
|
== [ ATT ] ============================================================================================
|
|
ABSOLUTE: mov $0x422F1A81, %edx
|
|
RELATIVE: mov $0x422F1A81, %edx
|
|
|
|
== [ INTEL ] ============================================================================================
|
|
ABSOLUTE: mov edx, 0x422F1A81
|
|
RELATIVE: mov edx, 0x422F1A81
|
|
|
|
== [ SEGMENTS ] ============================================================================================
|
|
BA 81 1A 2F 42
|
|
: :..IMM
|
|
:..OPCODE
|