mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Removed extra whitespace in mov operand
This commit is contained in:
@@ -62,7 +62,7 @@ target00_11: target is sdisp_00_11 [ target = (sdisp_00_11 << 1) + inst_start +
|
||||
# Data Transfer Instructions
|
||||
#
|
||||
|
||||
:mov rm_04_07, rn_08_11 is opcode_12_15=0b0110 & rn_08_11 & rm_04_07 & opcode_00_03=0b0011
|
||||
:mov rm_04_07,rn_08_11 is opcode_12_15=0b0110 & rn_08_11 & rm_04_07 & opcode_00_03=0b0011
|
||||
{
|
||||
rn_08_11 = rm_04_07;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user