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.
38 lines
2.0 KiB
Plaintext
Vendored
Generated
38 lines
2.0 KiB
Plaintext
Vendored
Generated
== [ BASIC ] ============================================================================================
|
|
MNEMONIC: mov [ENC: DEFAULT, MAP: DEFAULT, OPC: 0xA0]
|
|
LENGTH: 5
|
|
SSZ: 32
|
|
EOSZ: 8
|
|
EASZ: 32
|
|
CATEGORY: DATAXFER
|
|
ISA-SET: I86
|
|
ISA-EXT: BASE
|
|
EXCEPTIONS: NONE
|
|
ATTRIBUTES: ACCEPTS_SEGMENT
|
|
OPTIMIZED: A0 77 77 77 77
|
|
|
|
== [ OPERANDS ] ============================================================================================
|
|
## TYPE VISIBILITY ACTION ENCODING SIZE NELEM ELEMSZ ELEMTYPE VALUE
|
|
-- --------- ---------- ------ ------------ ---- ----- ------ -------- ---------------------------
|
|
0 REGISTER IMPLICIT W NONE 8 1 8 INT al
|
|
1 MEMORY EXPLICIT R DISP16_32_64 8 1 8 INT TYPE = MEM
|
|
SEG = ds
|
|
BASE = none
|
|
INDEX = none
|
|
SCALE = 0
|
|
DISP = 0x0000000077777777
|
|
-- --------- ---------- ------ ------------ ---- ----- ------ -------- ---------------------------
|
|
|
|
== [ ATT ] ============================================================================================
|
|
ABSOLUTE: mov 0x77777777, %al
|
|
RELATIVE: mov 0x77777777, %al
|
|
|
|
== [ INTEL ] ============================================================================================
|
|
ABSOLUTE: mov al, byte ptr ds:[0x77777777]
|
|
RELATIVE: mov al, byte ptr ds:[0x77777777]
|
|
|
|
== [ SEGMENTS ] ============================================================================================
|
|
A0 77 77 77 77
|
|
: :..DISP
|
|
:..OPCODE
|