diff options
-rw-r--r-- | html/subx/apps/crenshaw2-1.subx.html | 4 | ||||
-rw-r--r-- | html/subx/apps/crenshaw2-1b.subx.html | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/html/subx/apps/crenshaw2-1b.subx.html b/html/subx/apps/crenshaw2-1b.subx.html index b9678f34..3c387555 100644 --- a/html/subx/apps/crenshaw2-1b.subx.html +++ b/html/subx/apps/crenshaw2-1b.subx.html @@ -816,7 +816,7 @@ if ('onhashchange' in window) { <span id="L750" class="LineNr">750 </span> 5d/pop-to-EBP <span id="L751" class="LineNr">751 </span> c3/return <span id="L752" class="LineNr">752 </span> -<span id="L753" class="LineNr">753 </span>is-digit?: <span class="subxComment"># c : int -> bool/EAX</span> +<span id="L753" class="LineNr">753 </span><span class="subxFunction">is-digit?</span>: <span class="subxComment"># c : int -> bool/EAX</span> <span id="L754" class="LineNr">754 </span> <span class="subxS1Comment"># . prolog</span> <span id="L755" class="LineNr">755 </span> 55/push-EBP <span id="L756" class="LineNr">756 </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> @@ -830,7 +830,7 @@ if ('onhashchange' in window) { <span id="L764" class="LineNr">764 </span> 7f/jump-if-greater $is-digit?:end/disp8 <span id="L765" class="LineNr">765 </span> <span class="subxComment"># otherwise return true</span> <span id="L766" class="LineNr">766 </span> b8/copy-to-EAX 1/imm32 -<span id="L767" class="LineNr">767 </span>$is-digit?:end: +<span id="L767" class="LineNr">767 </span><span class="Constant">$is-digit?:end</span>: <span id="L768" class="LineNr">768 </span> <span class="subxS1Comment"># . epilog</span> <span id="L769" class="LineNr">769 </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="L770" class="LineNr">770 </span> 5d/pop-to-EBP |