diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-30 20:24:37 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-30 20:24:37 -0800 |
commit | 901ae474300d70bcc00e7e0b420ca87c8cbf6f55 (patch) | |
tree | af60b1c8c92bfc10a6bb6bd1082a765fcc718004 /html/subx/066allocate.subx.html | |
parent | 0474ec865af12cff08dd255954fbccf6d38085e6 (diff) | |
download | mu-901ae474300d70bcc00e7e0b420ca87c8cbf6f55.tar.gz |
4899
Bug in my linkify tool introduced in commit 4891.
Diffstat (limited to 'html/subx/066allocate.subx.html')
-rw-r--r-- | html/subx/066allocate.subx.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/subx/066allocate.subx.html b/html/subx/066allocate.subx.html index 94a0b52a..9cae149f 100644 --- a/html/subx/066allocate.subx.html +++ b/html/subx/066allocate.subx.html @@ -80,7 +80,7 @@ if ('onhashchange' in window) { <span id="L20" class="LineNr"> 20 </span> <span id="L21" class="LineNr"> 21 </span><span class="subxComment"># The 'global' allocation descriptor. Pass this into 'allocate' to claim a</span> <span id="L22" class="LineNr"> 22 </span><span class="subxComment"># hitherto unused bit of memory.</span> -<span id="L23" class="LineNr"> 23 </span><span class="SpecialChar"><a href='066allocate.subx.html#L23'>Heap</a></span>: +<span id="L23" class="LineNr"> 23 </span><span class="SpecialChar">Heap</span>: <span id="L24" class="LineNr"> 24 </span> <span class="SpecialChar">Start-of-heap</span>/imm32 <span class="subxComment"># curr</span> <span id="L25" class="LineNr"> 25 </span> 00 00 00 0b <span class="subxComment"># limit = 0x0b000000; keep sync'd with DATA_SEGMENT + SEGMENT_ALIGNMENT</span> <span id="L26" class="LineNr"> 26 </span> @@ -98,7 +98,7 @@ if ('onhashchange' in window) { <span id="L38" class="LineNr"> 38 </span> <span id="L39" class="LineNr"> 39 </span><span class="subxComment"># Claim the next 'n' bytes of memory starting at ad->curr and update ad->curr.</span> <span id="L40" class="LineNr"> 40 </span><span class="subxComment"># If there isn't enough memory before ad->limit, return 0 and leave 'ad' unmodified.</span> -<span id="L41" class="LineNr"> 41 </span><span class="subxFunction"><a href='066allocate.subx.html#L41'>allocate</a></span>: <span class="subxComment"># ad : (address allocation-descriptor), n : int -> address-or-null/EAX</span> +<span id="L41" class="LineNr"> 41 </span><span class="subxFunction">allocate</span>: <span class="subxComment"># ad : (address allocation-descriptor), n : int -> address-or-null/EAX</span> <span id="L42" class="LineNr"> 42 </span> <span class="subxS1Comment"># . prolog</span> <span id="L43" class="LineNr"> 43 </span> 55/push-EBP <span id="L44" class="LineNr"> 44 </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> @@ -130,7 +130,7 @@ if ('onhashchange' in window) { <span id="L70" class="LineNr"> 70 </span> 5d/pop-to-EBP <span id="L71" class="LineNr"> 71 </span> c3/return <span id="L72" class="LineNr"> 72 </span> -<span id="L73" class="LineNr"> 73 </span><span class="subxTest"><a href='066allocate.subx.html#L73'>test-allocate-success</a></span>: +<span id="L73" class="LineNr"> 73 </span><span class="subxTest">test-allocate-success</span>: <span id="L74" class="LineNr"> 74 </span> <span class="subxS1Comment"># . prolog</span> <span id="L75" class="LineNr"> 75 </span> 55/push-EBP <span id="L76" class="LineNr"> 76 </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> @@ -169,7 +169,7 @@ if ('onhashchange' in window) { <span id="L109" class="LineNr">109 </span> 5d/pop-to-EBP <span id="L110" class="LineNr">110 </span> c3/return <span id="L111" class="LineNr">111 </span> -<span id="L112" class="LineNr">112 </span><span class="subxTest"><a href='066allocate.subx.html#L112'>test-allocate-failure</a></span>: +<span id="L112" class="LineNr">112 </span><span class="subxTest">test-allocate-failure</span>: <span id="L113" class="LineNr">113 </span> <span class="subxS1Comment"># . prolog</span> <span id="L114" class="LineNr">114 </span> 55/push-EBP <span id="L115" class="LineNr">115 </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> |