Removed extra whitespace in mov operand

This commit is contained in:
paramjot@gmail.com
2019-07-30 00:04:57 -04:00
parent 5f1e353e1c
commit 0d4d1eb7bd

View File

@@ -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;
}