From 86351aafe218a7386f6578be3c4da3edcdcb0c98 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 12 Jun 2020 07:57:27 -0700 Subject: 6513 --- html/apps/ex5.subx.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'html/apps/ex5.subx.html') diff --git a/html/apps/ex5.subx.html b/html/apps/ex5.subx.html index c403dcae..8575bbfd 100644 --- a/html/apps/ex5.subx.html +++ b/html/apps/ex5.subx.html @@ -89,13 +89,12 @@ if ('onhashchange' in window) { 32 # . size = 1 character 33 ba/copy-to-edx 1/imm32 34 # . syscall -35 b8/copy-to-eax 4/imm32/write -36 cd/syscall 0x80/imm8 -37 -38 # exit(ebx) -39 e8/call syscall_exit/disp32 -40 -41 # . . vim:nowrap:textwidth=0 +35 e8/call syscall_write/disp32 +36 +37 # exit(ebx) +38 e8/call syscall_exit/disp32 +39 +40 # . . vim:nowrap:textwidth=0 -- cgit 1.4.1-2-gfad0