cpu.x86.assembler: fix article title to match other cpu.x86.

factor-shell
John Benediktsson 2018-01-22 10:46:39 -08:00
parent 20534f06bb
commit f778422439
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ HELP: zero-extendable?
{ $values { "imm" integer } { "?" boolean } }
{ $description "All positive 32-bit numbers are zero extendable except for 0 which is the value used for relocations." } ;
ARTICLE: "cpu.x86.assembler" "X86 assembler"
ARTICLE: "cpu.x86.assembler" "CPU x86 assembler"
"This vocab implements an assembler for x86 architectures."
$nl
"General instructions:"