diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-05-18 13:01:59 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-05-18 13:04:33 -0700 |
commit | 5396e24cba8390ca2d70d99c7e8772eee4ec3a11 (patch) | |
tree | b266edbb6c21db7904370d082a7966783fb9e9d4 /html/118parse-hex-int.subx.html | |
parent | b4c0b12542c1f1a1e141ed0c8db2f6165af06e0f (diff) | |
download | mu-5396e24cba8390ca2d70d99c7e8772eee4ec3a11.tar.gz |
.
Diffstat (limited to 'html/118parse-hex-int.subx.html')
-rw-r--r-- | html/118parse-hex-int.subx.html | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/html/118parse-hex-int.subx.html b/html/118parse-hex-int.subx.html index 50b2f1f4..65501a2b 100644 --- a/html/118parse-hex-int.subx.html +++ b/html/118parse-hex-int.subx.html @@ -924,11 +924,11 @@ if ('onhashchange' in window) { <span id="L865" class="LineNr">865 </span><span class="Constant">$from-hex-char:check0</span>: <span id="L866" class="LineNr">866 </span> <span class="subxComment"># if (eax < '0') goto abort</span> <span id="L867" class="LineNr">867 </span> 3d/compare-eax-with 0x30/imm32/0 -<span id="L868" class="LineNr">868 </span> 7c/jump-if-< $from-hex-char:<a href='501draw-text.mu.html#L481'>abort</a>/disp8 +<span id="L868" class="LineNr">868 </span> 7c/jump-if-< $from-hex-char:<a href='317abort.subx.html#L5'>abort</a>/disp8 <span id="L869" class="LineNr">869 </span><span class="Constant">$from-hex-char:check1</span>: <span id="L870" class="LineNr">870 </span> <span class="subxComment"># if (eax > 'f') goto abort</span> <span id="L871" class="LineNr">871 </span> 3d/compare-eax-with 0x66/imm32/f -<span id="L872" class="LineNr">872 </span> 7f/jump-if-> $from-hex-char:<a href='501draw-text.mu.html#L481'>abort</a>/disp8 +<span id="L872" class="LineNr">872 </span> 7f/jump-if-> $from-hex-char:<a href='317abort.subx.html#L5'>abort</a>/disp8 <span id="L873" class="LineNr">873 </span><span class="Constant">$from-hex-char:check2</span>: <span id="L874" class="LineNr">874 </span> <span class="subxComment"># if (eax > '9') goto next check</span> <span id="L875" class="LineNr">875 </span> 3d/compare-eax-with 0x39/imm32/9 @@ -940,20 +940,17 @@ if ('onhashchange' in window) { <span id="L881" class="LineNr">881 </span><span class="Constant">$from-hex-char:check3</span>: <span id="L882" class="LineNr">882 </span> <span class="subxComment"># if (eax < 'a') goto abort</span> <span id="L883" class="LineNr">883 </span> 3d/compare-eax-with 0x61/imm32/a -<span id="L884" class="LineNr">884 </span> 7c/jump-if-< $from-hex-char:<a href='501draw-text.mu.html#L481'>abort</a>/disp8 +<span id="L884" class="LineNr">884 </span> 7c/jump-if-< $from-hex-char:<a href='317abort.subx.html#L5'>abort</a>/disp8 <span id="L885" class="LineNr">885 </span><span class="Constant">$from-hex-char:letter</span>: <span id="L886" class="LineNr">886 </span> <span class="subxComment"># return eax - ('a'-10)</span> <span id="L887" class="LineNr">887 </span> 2d/subtract-from-eax 0x57/imm32/a-10 <span id="L888" class="LineNr">888 </span> c3/return <span id="L889" class="LineNr">889 </span> -<span id="L890" class="LineNr">890 </span><span class="Constant">$from-hex-char:<a href='501draw-text.mu.html#L481'>abort</a></span>: -<span id="L891" class="LineNr">891 </span> (<a href='501draw-text.mu.html#L258'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">"invalid hex char"</span> 3 0) <span class="subxComment"># 3=cyan</span> -<span id="L892" class="LineNr">892 </span> { -<span id="L893" class="LineNr">893 </span> eb/jump <span class="Constant">loop</span>/disp8 -<span id="L894" class="LineNr">894 </span> } -<span id="L895" class="LineNr">895 </span> <span class="subxComment"># never gets here</span> -<span id="L896" class="LineNr">896 </span> -<span id="L897" class="LineNr">897 </span><span class="subxS2Comment"># . . vim:nowrap:textwidth=0</span> +<span id="L890" class="LineNr">890 </span><span class="Constant">$from-hex-char:<a href='317abort.subx.html#L5'>abort</a></span>: +<span id="L891" class="LineNr">891 </span> (<a href='317abort.subx.html#L5'>abort</a> <span class="Constant">"invalid hex char"</span>) +<span id="L892" class="LineNr">892 </span> <span class="subxComment"># never gets here</span> +<span id="L893" class="LineNr">893 </span> +<span id="L894" class="LineNr">894 </span><span class="subxS2Comment"># . . vim:nowrap:textwidth=0</span> </pre> </body> </html> |