about summary refs log tree commit diff stats
path: root/html/070new-stream.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/070new-stream.subx.html
parentf1eade728695ed3f52ae4e13f0a91dfe769e8567 (diff)
downloadmu-fa786ea791469364d635b6a5eb877b0c4e3333ce.tar.gz
5884
Diffstat (limited to 'html/070new-stream.subx.html')
-rw-r--r--html/070new-stream.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/070new-stream.subx.html b/html/070new-stream.subx.html
index 09c8b9be..d6993e88 100644
--- a/html/070new-stream.subx.html
+++ b/html/070new-stream.subx.html
@@ -114,7 +114,7 @@ if ('onhashchange' in window) {
 <span id="L55" class="LineNr"> 55 </span>    68/push  <span class="Constant">&quot;new-stream: size too large\n&quot;</span>/imm32
 <span id="L56" class="LineNr"> 56 </span>    68/push  2/imm32/stderr
 <span id="L57" class="LineNr"> 57 </span>    <span class="subxS2Comment"># . . call</span>
-<span id="L58" class="LineNr"> 58 </span>    e8/call  <a href='050_write.subx.html#L37'>_write</a>/disp32
+<span id="L58" class="LineNr"> 58 </span>    e8/call  <a href='050_write.subx.html#L14'>_write</a>/disp32
 <span id="L59" class="LineNr"> 59 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L60" class="LineNr"> 60 </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="L61" class="LineNr"> 61 </span>    <span class="subxS1Comment"># . syscall(exit, 1)</span>
@@ -127,7 +127,7 @@ if ('onhashchange' in window) {
 <span id="L68" class="LineNr"> 68 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L69" class="LineNr"> 69 </span>    55/push-ebp
 <span id="L70" class="LineNr"> 70 </span>    89/copy                         3/mod/direct    5/rm32/ebp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          4/r32/esp  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy esp to ebp</span>
-<span id="L71" class="LineNr"> 71 </span>    <span class="subxComment"># var heap/ecx : (ref allocation-descriptor)</span>
+<span id="L71" class="LineNr"> 71 </span>    <span class="subxComment"># var heap/ecx : allocation-descriptor</span>
 <span id="L72" class="LineNr"> 72 </span>    68/push  0/imm32/limit
 <span id="L73" class="LineNr"> 73 </span>    68/push  0/imm32/curr
 <span id="L74" class="LineNr"> 74 </span>    89/copy                         3/mod/direct    1/rm32/ecx   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          4/r32/esp  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy esp to ecx</span>
38' href='#n238'>238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327