From d1c9392a5461e0d33e226375a8f7986a97d2d66b Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 26 Nov 2018 01:19:47 -0800 Subject: 4782 --- html/subx/examples/ex1.subx.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 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 df3bcacb..3f11f2b5 100644 --- a/html/subx/examples/ex1.subx.html +++ b/html/subx/examples/ex1.subx.html @@ -64,12 +64,13 @@ if ('onhashchange' in window) { 9 # 42 10 11 == code -12 bb/copy-to-EBX 2a/imm32 -13 # exit(EBX) -14 b8/copy-to-EAX 1/imm32 -15 cd/syscall 0x80/imm8 -16 -17 # vim:nowrap:textwidth=0 +12 +13 bb/copy-to-EBX 2a/imm32 +14 # exit(EBX) +15 b8/copy-to-EAX 1/imm32 +16 cd/syscall 0x80/imm8 +17 +18 # vim:nowrap:textwidth=0 -- cgit 1.4.1-2-gfad0