diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-03 23:26:56 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-03 23:26:56 -0800 |
commit | 5f3b3e7aea4174f13da9b430538564c68257b647 (patch) | |
tree | 64b0ca70a7508aa10a008ad7d996f5d4f38214c8 /html/subx/030---operands.cc.html | |
parent | ee73f5eb31e9dd5a185da097bd990ac94c3d282b (diff) | |
download | mu-5f3b3e7aea4174f13da9b430538564c68257b647.tar.gz |
4830
New helper: printing a byte in textual (hex) form. This required adding instructions for bitwise shift operations.
Diffstat (limited to 'html/subx/030---operands.cc.html')
-rw-r--r-- | html/subx/030---operands.cc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/030---operands.cc.html b/html/subx/030---operands.cc.html index afe9e115..ad4ef9c1 100644 --- a/html/subx/030---operands.cc.html +++ b/html/subx/030---operands.cc.html @@ -83,7 +83,7 @@ if ('onhashchange' in window) { <span id="L19" class="LineNr"> 19 </span> <span class="Constant">"Each operand has a type. An instruction won't have more than one operand of\n"</span> <span id="L20" class="LineNr"> 20 </span> <span class="Constant">"any type.\n"</span> <span id="L21" class="LineNr"> 21 </span> <span class="Constant">"Each instruction has some set of allowed operand types. It'll reject others.\n"</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Constant">"The complete list of operand <a href='031check_operands.cc.html#L427'>types</a>: mod, subop, r32 (register), rm32\n"</span> +<span id="L22" class="LineNr"> 22 </span> <span class="Constant">"The complete list of operand <a href='031check_operands.cc.html#L433'>types</a>: mod, subop, r32 (register), rm32\n"</span> <span id="L23" class="LineNr"> 23 </span> <span class="Constant">"(register or memory), scale, index, base, disp8, disp16, disp32, imm8,\n"</span> <span id="L24" class="LineNr"> 24 </span> <span class="Constant">"imm32.\n"</span> <span id="L25" class="LineNr"> 25 </span> <span class="Constant">"Each of these has its own help page. Try reading 'subx help mod' next.\n"</span> |