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>2018-09-07 22:42:23 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-07 22:42:23 -0700
commitc762564bd754884e847922c99172076fde4d646e (patch)
tree52b51d72a8e0bf29c94f5c01c13f098399830082 /html/subx/030---operands.cc.html
parent1a62e61df42bfdf001010700c1e1042c67d62ec2 (diff)
downloadmu-c762564bd754884e847922c99172076fde4d646e.tar.gz
4539
Diffstat (limited to 'html/subx/030---operands.cc.html')
-rw-r--r--html/subx/030---operands.cc.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/subx/030---operands.cc.html b/html/subx/030---operands.cc.html
index 207b0e05..b09c4518 100644
--- a/html/subx/030---operands.cc.html
+++ b/html/subx/030---operands.cc.html
@@ -80,7 +80,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</span><span class="cSpecial">\n</span><span class="Constant">&quot;</span>
 <span id="L20" class="LineNr"> 20 </span>  <span class="Constant">&quot;any type.</span><span class="cSpecial">\n</span><span class="Constant">&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.</span><span class="cSpecial">\n</span><span class="Constant">&quot;</span>
-<span id="L22" class="LineNr"> 22 </span>  <span class="Constant">&quot;The complete list of operand <a href='031check_operands.cc.html#L399'>types</a>: mod, subop, r32 (register), rm32</span><span class="cSpecial">\n</span><span class="Constant">&quot;</span>
+<span id="L22" class="LineNr"> 22 </span>  <span class="Constant">&quot;The complete list of operand <a href='031check_operands.cc.html#L398'>types</a>: mod, subop, r32 (register), rm32</span><span class="cSpecial">\n</span><span class="Constant">&quot;</span>
 <span id="L23" class="LineNr"> 23 </span>  <span class="Constant">&quot;(register or memory), scale, index, base, disp8, disp16, disp32, imm8,</span><span class="cSpecial">\n</span><span class="Constant">&quot;</span>
 <span id="L24" class="LineNr"> 24 </span>  <span class="Constant">&quot;imm32.</span><span class="cSpecial">\n</span><span class="Constant">&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.</span><span class="cSpecial">\n</span><span class="Constant">&quot;</span>
@@ -96,7 +96,7 @@ if ('onhashchange' in window) {
 <span id="L35" class="LineNr"> 35 </span>  bb                                                                                                                              <span class="Constant">0x2a</span>/imm32        <span class="Comment"># copy 42 to EBX</span>
 <span id="L36" class="LineNr"> 36 </span><span class="traceContains">+transform: packing instruction 'bb 0x2a/imm32'</span>
 <span id="L37" class="LineNr"> 37 </span><span class="traceContains">+transform: instruction after packing: 'bb 2a 00 00 00'</span>
-<span id="L38" class="LineNr"> 38 </span><span class="traceContains">+run: copy <a href='011run.cc.html#L299'>imm32</a> 0x0000002a to <a href='010---vm.cc.html#L16'>EBX</a></span>
+<span id="L38" class="LineNr"> 38 </span><span class="traceContains">+run: copy imm32 0x0000002a to <a href='010---vm.cc.html#L16'>EBX</a></span>
 <span id="L39" class="LineNr"> 39 </span>
 <span id="L40" class="LineNr"> 40 </span><span class="Comment">//: complete set of valid operand types</span>
 <span id="L41" class="LineNr"> 41 </span>
@@ -405,7 +405,7 @@ if ('onhashchange' in window) {
 <span id="L344" class="LineNr">344 </span>  bb                                                                                                                              <span class="Constant">0x2a</span>/imm32        <span class="Comment"># copy 42 to EBX</span>
 <span id="L345" class="LineNr">345 </span><span class="traceContains">+transform: packing instruction 'bb 0x2a/imm32'</span>
 <span id="L346" class="LineNr">346 </span><span class="traceContains">+transform: instruction after packing: 'bb 2a 00 00 00'</span>
-<span id="L347" class="LineNr">347 </span><span class="traceContains">+run: copy <a href='011run.cc.html#L299'>imm32</a> 0x0000002a to <a href='010---vm.cc.html#L16'>EBX</a></span>
+<span id="L347" class="LineNr">347 </span><span class="traceContains">+run: copy imm32 0x0000002a to <a href='010---vm.cc.html#L16'>EBX</a></span>
 <span id="L348" class="LineNr">348 </span>
 <span id="L349" class="LineNr">349 </span><span class="Delimiter">:(scenarios transform)</span>
 <span id="L350" class="LineNr">350 </span><span class="Delimiter">:(scenario pack_silently_ignores_non_hex)</span>