From 076a978be0464344092fa4e97a3adbf578c6f101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Mon, 23 May 2016 02:26:28 +0200 Subject: [PATCH] cpu.x86.assembler: fix help-lint problem --- basis/cpu/x86/assembler/assembler-docs.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/cpu/x86/assembler/assembler-docs.factor b/basis/cpu/x86/assembler/assembler-docs.factor index 9a880ae6bf..05afce5f39 100644 --- a/basis/cpu/x86/assembler/assembler-docs.factor +++ b/basis/cpu/x86/assembler/assembler-docs.factor @@ -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?