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.
44 lines
2.4 KiB
Plaintext
Vendored
Generated
44 lines
2.4 KiB
Plaintext
Vendored
Generated
== [ BASIC ] ============================================================================================
|
|
MNEMONIC: add [ENC: DEFAULT, MAP: DEFAULT, OPC: 0x02]
|
|
LENGTH: 2
|
|
SSZ: 64
|
|
EOSZ: 8
|
|
EASZ: 64
|
|
CATEGORY: BINARY
|
|
ISA-SET: I86
|
|
ISA-EXT: BASE
|
|
EXCEPTIONS: NONE
|
|
ATTRIBUTES: HAS_MODRM CPUFLAG_ACCESS ACCEPTS_SEGMENT
|
|
OPTIMIZED: 02 19
|
|
|
|
== [ OPERANDS ] ============================================================================================
|
|
## TYPE VISIBILITY ACTION ENCODING SIZE NELEM ELEMSZ ELEMTYPE VALUE
|
|
-- --------- ---------- ------ ------------ ---- ----- ------ -------- ---------------------------
|
|
0 REGISTER EXPLICIT RW MODRM_REG 8 1 8 INT bl
|
|
1 MEMORY EXPLICIT R MODRM_RM 8 1 8 INT TYPE = MEM
|
|
SEG = ds
|
|
BASE = rcx
|
|
INDEX = none
|
|
SCALE = 0
|
|
DISP = 0x0000000000000000
|
|
2 REGISTER HIDDEN W NONE 64 64 1 INT rflags
|
|
-- --------- ---------- ------ ------------ ---- ----- ------ -------- ---------------------------
|
|
|
|
== [ FLAGS ] ============================================================================================
|
|
ACTIONS: [CF : M ] [PF : M ] [AF : M ] [ZF : M ] [SF : M ] [OF : M ]
|
|
READ: 0x00000000
|
|
WRITTEN: 0x000008D5
|
|
|
|
== [ ATT ] ============================================================================================
|
|
ABSOLUTE: add (%rcx), %bl
|
|
RELATIVE: add (%rcx), %bl
|
|
|
|
== [ INTEL ] ============================================================================================
|
|
ABSOLUTE: add bl, byte ptr ds:[rcx]
|
|
RELATIVE: add bl, byte ptr ds:[rcx]
|
|
|
|
== [ SEGMENTS ] ============================================================================================
|
|
02 19
|
|
: :..MODRM
|
|
:..OPCODE
|