about summary refs log tree commit diff stats
path: root/html/061read-byte.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-22 23:08:09 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-22 23:12:11 -0700
commit9a77780158842db6e4aa098f5027e030fc3bd878 (patch)
tree39dcb108e89fa7135bb74f8796ed55c5d117a362 /html/061read-byte.subx.html
parent3d0c48adf989ce9431986320ca76f565dc53ee5c (diff)
downloadmu-9a77780158842db6e4aa098f5027e030fc3bd878.tar.gz
6384
Diffstat (limited to 'html/061read-byte.subx.html')
-rw-r--r--html/061read-byte.subx.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/html/061read-byte.subx.html b/html/061read-byte.subx.html
index 8ffe504e..94d61894 100644
--- a/html/061read-byte.subx.html
+++ b/html/061read-byte.subx.html
@@ -15,15 +15,15 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color:
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .subxComment { color: #005faf; }
+.subxS2Comment { color: #8a8a8a; }
+.subxTest { color: #5f8700; }
 .subxFunction { color: #af5f00; text-decoration: underline; }
 .LineNr { }
 .subxS1Comment { color: #0000af; }
-.subxTest { color: #5f8700; }
 .SpecialChar { color: #d70000; }
 .Constant { color: #008787; }
 .subxMinorFunction { color: #875f5f; }
 .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; }
-.subxS2Comment { color: #8a8a8a; }
 .subxH1Comment { color: #005faf; text-decoration: underline; }
 -->
 </style>
@@ -82,7 +82,7 @@ if ('onhashchange' in window) {
 <span id="L20" class="LineNr"> 20 </span>    0/imm32
 <span id="L21" class="LineNr"> 21 </span>    <span class="subxComment">#   current read index</span>
 <span id="L22" class="LineNr"> 22 </span>    0/imm32
-<span id="L23" class="LineNr"> 23 </span>    <span class="subxComment">#   length</span>
+<span id="L23" class="LineNr"> 23 </span>    <span class="subxComment">#   size</span>
 <span id="L24" class="LineNr"> 24 </span>    8/imm32
 <span id="L25" class="LineNr"> 25 </span>    <span class="subxComment">#   data</span>
 <span id="L26" class="LineNr"> 26 </span>    00 00 00 00 00 00 00 00  <span class="subxComment"># 8 bytes</span>
@@ -308,7 +308,7 @@ if ('onhashchange' in window) {
 <span id="L246" class="LineNr">246 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L247" class="LineNr">247 </span>    81          0/subop/add         3/mod/direct    4/rm32/esp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              8/imm32           <span class="subxComment"># add to esp</span>
 <span id="L248" class="LineNr">248 </span>    <span class="subxComment"># pretend buffer is full</span>
-<span id="L249" class="LineNr">249 </span>    <span class="subxS1Comment"># . _test-buffered-file-&gt;read = 6  # &gt;= _test-buffered-file-&gt;length</span>
+<span id="L249" class="LineNr">249 </span>    <span class="subxS1Comment"># . _test-buffered-file-&gt;read = 6  # &gt;= _test-buffered-file-&gt;size</span>
 <span id="L250" class="LineNr">250 </span>    b8/copy-to-eax  <a href='061read-byte.subx.html#L274'>_test-buffered-file</a>/imm32
 <span id="L251" class="LineNr">251 </span>    c7          0/subop/copy        1/mod/*+disp8   0/rm32/eax   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>          8/disp8         6/imm32           <span class="subxComment"># copy to *(eax+8)</span>
 <span id="L252" class="LineNr">252 </span>    <span class="subxComment"># read-byte-buffered(_test-buffered-file)</span>
@@ -341,7 +341,7 @@ if ('onhashchange' in window) {
 <span id="L279" class="LineNr">279 </span>    0/imm32
 <span id="L280" class="LineNr">280 </span>    <span class="subxComment"># current read index</span>
 <span id="L281" class="LineNr">281 </span>    0/imm32
-<span id="L282" class="LineNr">282 </span>    <span class="subxComment"># length</span>
+<span id="L282" class="LineNr">282 </span>    <span class="subxComment"># size</span>
 <span id="L283" class="LineNr">283 </span>    6/imm32
 <span id="L284" class="LineNr">284 </span>    <span class="subxComment"># data</span>
 <span id="L285" class="LineNr">285 </span>    00 00 00 00 00 00  <span class="subxComment"># 6 bytes</span>
@@ -351,7 +351,7 @@ if ('onhashchange' in window) {
 <span id="L289" class="LineNr">289 </span>    0/imm32
 <span id="L290" class="LineNr">290 </span>    <span class="subxComment"># current read index</span>
 <span id="L291" class="LineNr">291 </span>    0/imm32
-<span id="L292" class="LineNr">292 </span>    <span class="subxComment"># length</span>
+<span id="L292" class="LineNr">292 </span>    <span class="subxComment"># size</span>
 <span id="L293" class="LineNr">293 </span>    0x100/imm32  <span class="subxComment"># 256 bytes</span>
 <span id="L294" class="LineNr">294 </span>    <span class="subxComment"># data (16 lines x 16 bytes/line)</span>
 <span id="L295" class="LineNr">295 </span>    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
@@ -380,7 +380,7 @@ if ('onhashchange' in window) {
 <span id="L318" class="LineNr">318 </span>    0/imm32
 <span id="L319" class="LineNr">319 </span>    <span class="subxComment"># current read index</span>
 <span id="L320" class="LineNr">320 </span>    0/imm32
-<span id="L321" class="LineNr">321 </span>    <span class="subxComment"># length</span>
+<span id="L321" class="LineNr">321 </span>    <span class="subxComment"># size</span>
 <span id="L322" class="LineNr">322 </span>    6/imm32
 <span id="L323" class="LineNr">323 </span>    <span class="subxComment"># data</span>
 <span id="L324" class="LineNr">324 </span>    00 00 00 00 00 00  <span class="subxComment"># 6 bytes</span>