about summary refs log tree commit diff stats
path: root/html/068error-byte.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-12 12:15:55 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-12 14:52:07 -0800
commitfa786ea791469364d635b6a5eb877b0c4e3333ce (patch)
tree090da2376f69341f9038e182ccf14c6a1cf91b9f /html/068error-byte.subx.html
parentf1eade728695ed3f52ae4e13f0a91dfe769e8567 (diff)
downloadmu-fa786ea791469364d635b6a5eb877b0c4e3333ce.tar.gz
5884
Diffstat (limited to 'html/068error-byte.subx.html')
-rw-r--r--html/068error-byte.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/068error-byte.subx.html b/html/068error-byte.subx.html
index d3c23edb..578555da 100644
--- a/html/068error-byte.subx.html
+++ b/html/068error-byte.subx.html
@@ -66,7 +66,7 @@ if ('onhashchange' in window) {
 <span id="L6" class="LineNr"> 6 </span><span class="subxS1Comment"># . 1-3 bytes   3 bits              2 bits          3 bits        3 bits      3 bits        2 bits      2 bits      0/1/2/4 bytes   0/1/2/4 bytes</span>
 <span id="L7" class="LineNr"> 7 </span>
 <span id="L8" class="LineNr"> 8 </span><span class="CommentedCode">#? Entry:  # manual test</span>
-<span id="L9" class="LineNr"> 9 </span><span class="CommentedCode">#?     # . var ed/eax : (ref exit-descriptor)</span>
+<span id="L9" class="LineNr"> 9 </span><span class="CommentedCode">#?     # . var ed/eax : exit-descriptor</span>
 <span id="L10" class="LineNr">10 </span><span class="CommentedCode">#?     81          5/subop/subtract    3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # subtract from esp</span>
 <span id="L11" class="LineNr">11 </span><span class="CommentedCode">#?     89/copy                         3/mod/direct    0/rm32/eax    .           .             .           4/r32/esp   .               .                 # copy esp to eax</span>
 <span id="L12" class="LineNr">12 </span><span class="CommentedCode">#?     # . configure ed to really exit()</span>