diff options
Diffstat (limited to 'subx/030---operands.cc')
-rw-r--r-- | subx/030---operands.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/030---operands.cc b/subx/030---operands.cc index 4015174b..6d156035 100644 --- a/subx/030---operands.cc +++ b/subx/030---operands.cc @@ -13,7 +13,7 @@ //: pack and order the bytes corresponding to the operands in an instruction. :(before "End Help Texts") -put(Help, "instructions", +put_new(Help, "instructions", "Each x86 instruction consists of an instruction or opcode and some number\n" "of operands.\n" "Each operand has a type. An instruction won't have more than one operand of\n" |