about summary refs log tree commit diff stats
path: root/html/subx/030---operands.cc.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-01-11 18:08:21 -0800
committerKartik Agaram <vc@akkartik.com>2019-01-11 18:08:21 -0800
commitdb8a9ab553535551ce80dcd5ce07cffb85f5cfb7 (patch)
tree2b178c65d6e5ada219d354637ee3ee10050589bf /html/subx/030---operands.cc.html
parentdadae33848cbaf95b6355789348e0b1d3dff11af (diff)
downloadmu-db8a9ab553535551ce80dcd5ce07cffb85f5cfb7.tar.gz
4921
Diffstat (limited to 'html/subx/030---operands.cc.html')
-rw-r--r--html/subx/030---operands.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/030---operands.cc.html b/html/subx/030---operands.cc.html
index cfff1fbe..2d7d4916 100644
--- a/html/subx/030---operands.cc.html
+++ b/html/subx/030---operands.cc.html
@@ -79,7 +79,7 @@ if ('onhashchange' in window) {
 <span id="L19" class="LineNr"> 19 </span>  <span class="Constant">&quot;Each operand has a type. An instruction won't have more than one operand of\n&quot;</span>
 <span id="L20" class="LineNr"> 20 </span>  <span class="Constant">&quot;any type.\n&quot;</span>
 <span id="L21" class="LineNr"> 21 </span>  <span class="Constant">&quot;Each instruction has some set of allowed operand types. It'll reject others.\n&quot;</span>
-<span id="L22" class="LineNr"> 22 </span>  <span class="Constant">&quot;The complete list of operand <a href='031check_operands.cc.html#L434'>types</a>: mod, subop, r32 (register), rm32\n&quot;</span>
+<span id="L22" class="LineNr"> 22 </span>  <span class="Constant">&quot;The complete list of operand <a href='031check_operands.cc.html#L448'>types</a>: mod, subop, r32 (register), rm32\n&quot;</span>
 <span id="L23" class="LineNr"> 23 </span>  <span class="Constant">&quot;(register or memory), scale, index, base, disp8, disp16, disp32, imm8,\n&quot;</span>
 <span id="L24" class="LineNr"> 24 </span>  <span class="Constant">&quot;imm32.\n&quot;</span>
 <span id="L25" class="LineNr"> 25 </span>  <span class="Constant">&quot;Each of these has its own help page. Try reading 'subx help mod' next.\n&quot;</span>