From 2104d1a75b76dbffc0b15a96c98d94e7a16594e8 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 27 Jan 2020 00:39:46 -0800 Subject: 5925 --- html/080zero-out.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/080zero-out.subx.html') diff --git a/html/080zero-out.subx.html b/html/080zero-out.subx.html index 203e38db..1c4b1fae 100644 --- a/html/080zero-out.subx.html +++ b/html/080zero-out.subx.html @@ -64,7 +64,7 @@ if ('onhashchange' in window) { 5 # . op subop mod rm32 base index scale r32 6 # . 1-3 bytes 3 bits 2 bits 3 bits 3 bits 3 bits 2 bits 2 bits 0/1/2/4 bytes 0/1/2/4 bytes 7 - 8 zero-out: # start : (addr byte), len : int + 8 zero-out: # start: (addr byte), len: int 9 # pseudocode: 10 # curr/esi = start 11 # i/ecx = 0 @@ -84,7 +84,7 @@ if ('onhashchange' in window) { 25 56/push-esi 26 # curr/esi = start 27 8b/copy 1/mod/*+disp8 5/rm32/ebp . . . 6/r32/esi 8/disp8 . # copy *(ebp+8) to esi -28 # var i/ecx : int = 0 +28 # var i/ecx: int = 0 29 31/xor 3/mod/direct 1/rm32/ecx . . . 1/r32/ecx . . # clear ecx 30 # edx = len 31 8b/copy 1/mod/*+disp8 5/rm32/ebp . . . 2/r32/edx 0xc/disp8 . # copy *(ebp+12) to edx -- cgit 1.4.1-2-gfad0