diff options
Diffstat (limited to 'html/subx/apps/crenshaw2-1.subx.html')
-rw-r--r-- | html/subx/apps/crenshaw2-1.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/subx/apps/crenshaw2-1.subx.html b/html/subx/apps/crenshaw2-1.subx.html index 11f2204f..deef86c6 100644 --- a/html/subx/apps/crenshaw2-1.subx.html +++ b/html/subx/apps/crenshaw2-1.subx.html @@ -619,7 +619,7 @@ if ('onhashchange' in window) { <span id="L553" class="LineNr">553 </span> 5d/pop-to-EBP <span id="L554" class="LineNr">554 </span> c3/return <span id="L555" class="LineNr">555 </span> -<span id="L556" class="LineNr">556 </span>is-digit?: <span class="subxComment"># c : int -> bool/EAX</span> +<span id="L556" class="LineNr">556 </span><span class="subxFunction">is-digit?</span>: <span class="subxComment"># c : int -> bool/EAX</span> <span id="L557" class="LineNr">557 </span> <span class="subxS1Comment"># . prolog</span> <span id="L558" class="LineNr">558 </span> 55/push-EBP <span id="L559" class="LineNr">559 </span> 89/copy 3/mod/direct 5/rm32/EBP <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> 4/r32/ESP <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> <span class="subxComment"># copy ESP to EBP</span> @@ -633,7 +633,7 @@ if ('onhashchange' in window) { <span id="L567" class="LineNr">567 </span> 7f/jump-if-greater $is-digit?:end/disp8 <span id="L568" class="LineNr">568 </span> <span class="subxComment"># otherwise return true</span> <span id="L569" class="LineNr">569 </span> b8/copy-to-EAX 1/imm32 -<span id="L570" class="LineNr">570 </span>$is-digit?:end: +<span id="L570" class="LineNr">570 </span><span class="Constant">$is-digit?:end</span>: <span id="L571" class="LineNr">571 </span> <span class="subxS1Comment"># . epilog</span> <span id="L572" class="LineNr">572 </span> 89/copy 3/mod/direct 4/rm32/ESP <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> 5/r32/EBP <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> <span class="subxComment"># copy EBP to ESP</span> <span id="L573" class="LineNr">573 </span> 5d/pop-to-EBP |