cpu.x86.assembler: fix help-lint problem

locals-and-roots
Björn Lindqvist 2016-05-23 02:26:28 +02:00
parent f0f58a9a89
commit 076a978be0
1 changed files with 2 additions and 2 deletions

View File

@ -30,11 +30,11 @@ HELP: JE
} ;
HELP: MOV
{ $values { "dst" "destination" "src" "source" } }
{ $values { "dst" "destination" } { "src" "source" } }
{ $description "Moves a value from one place to another." } ;
HELP: immediate-1/4
{ $values { "dst" "dst" } { "imm" "imm" } { "reg,rex.w,opcode" } }
{ $values { "dst" "dst" } { "imm" "imm" } { "reg,rex.w,opcode" sequence } }
{ $description "If imm is a byte, compile the opcode and the byte. Otherwise, set the 8-bit operand flag in the opcode, and compile the cell. The 'reg' is not really a register, but a value for the 'reg' field of the mod-r/m byte." } ;
HELP: zero-extendable?