diff options
Diffstat (limited to 'html/subx/examples/ex6.subx.html')
-rw-r--r-- | html/subx/examples/ex6.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/examples/ex6.subx.html b/html/subx/examples/ex6.subx.html index d2d01bed..dc0f4217 100644 --- a/html/subx/examples/ex6.subx.html +++ b/html/subx/examples/ex6.subx.html @@ -85,7 +85,7 @@ if ('onhashchange' in window) { <span id="L28" class="LineNr">28 </span>== data <span id="L29" class="LineNr">29 </span> <span id="L30" class="LineNr">30 </span><span class="SpecialChar">Size</span>: <span class="subxComment"># size of string</span> -<span id="L31" class="LineNr">31 </span> 0e 00 00 00 <span class="subxComment"># 14</span> +<span id="L31" class="LineNr">31 </span> 0x0e/imm32 <span class="subxComment"># 14</span> <span id="L32" class="LineNr">32 </span><span class="SpecialChar">X</span>: <span class="subxComment"># string to print</span> <span id="L33" class="LineNr">33 </span> 48 65 6c 6c 6f 2c 20 77 6f 72 6c 64 21 0a 00 <span id="L34" class="LineNr">34 </span><span class="subxComment"># H e l l o , ␣ w o r l d ! newline null</span> |