From 695f9bf8d0a7d0a871b8ab75270ceb29715d9be3 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 25 Jul 2019 00:08:23 -0700 Subject: 5468 --- html/subx/examples/ex1.subx.html | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'html/subx/examples/ex1.subx.html') diff --git a/html/subx/examples/ex1.subx.html b/html/subx/examples/ex1.subx.html index 3185d270..9a203cdc 100644 --- a/html/subx/examples/ex1.subx.html +++ b/html/subx/examples/ex1.subx.html @@ -3,8 +3,8 @@ Mu - subx/examples/ex1.subx - - + + @@ -15,8 +15,9 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color: a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } -.subxS2Comment { color: #8a8a8a; } .LineNr { } +.SpecialChar { color: #d70000; } +.subxS2Comment { color: #8a8a8a; } --> @@ -33,7 +34,7 @@ function JumpToLine() if (lineNum.indexOf('L') == -1) { lineNum = 'L'+lineNum; } - lineElem = document.getElementById(lineNum); + var lineElem = document.getElementById(lineNum); /* Always jump to new location even if the line was hidden inside a fold, or * we corrected the raw number to a line ID. */ @@ -64,12 +65,15 @@ if ('onhashchange' in window) { 10 11 == code 0x09000000 12 -13 # syscall(exit, 42) -14 bb/copy-to-EBX 2a/imm32 # 42 in hex -15 b8/copy-to-EAX 1/imm32/exit -16 cd/syscall 0x80/imm8 -17 -18 # . . vim:nowrap:textwidth=0 +13 Entry: +14 # syscall(exit, 42) +15 bb/copy-to-EBX 2a/imm32 # 42 in hex +16 b8/copy-to-EAX 1/imm32/exit +17 cd/syscall 0x80/imm8 +18 +19 == data 0x0a000000 +20 +21 # . . vim:nowrap:textwidth=0 -- cgit 1.4.1-2-gfad0