From 7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 3 Jan 2020 01:36:34 -0800 Subject: 5876 - address -> addr --- html/095stack.subx.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/095stack.subx.html') diff --git a/html/095stack.subx.html b/html/095stack.subx.html index 988bac36..29c47744 100644 --- a/html/095stack.subx.html +++ b/html/095stack.subx.html @@ -67,7 +67,7 @@ if ('onhashchange' in window) { 7 # . op subop mod rm32 base index scale r32 8 # . 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 9 - 10 clear-stack: # s : (address stack) + 10 clear-stack: # s : (addr stack) 11 # . prologue 12 55/push-ebp 13 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp @@ -76,12 +76,12 @@ if ('onhashchange' in window) { 16 51/push-ecx 17 # eax = s 18 8b/copy 1/mod/*+disp8 5/rm32/ebp . . . 0/r32/eax 8/disp8 . # copy *(ebp+8) to eax - 19 # var max/ecx : (address byte) = &s->data[s->length] + 19 # var max/ecx : (addr byte) = &s->data[s->length] 20 8b/copy 1/mod/*+disp8 0/rm32/eax . . . 1/r32/ecx 4/disp8 . # copy *(eax+4) to eax 21 8d/copy-address 1/mod/*+disp8 4/rm32/sib 0/base/eax 1/index/ecx . 1/r32/ecx 8/disp8 . # copy eax+ecx+8 to ecx 22 # s->top = 0 23 c7 0/subop/copy 0/mod/direct 0/rm32/eax . . . . . 0/imm32 # copy to *eax - 24 # var curr/eax : (address byte) = s->data + 24 # var curr/eax : (addr byte) = s->data 25 81 0/subop/add 3/mod/direct 0/rm32/eax . . . . . 8/imm32 # add to eax 26 $clear-stack:loop: 27 # if (curr >= max) break @@ -167,7 +167,7 @@ if ('onhashchange' in window) { 107 5d/pop-to-ebp 108 c3/return 109 -110 push: # s : (address stack), n : int +110 push: # s : (addr stack), n : int 111 # . prologue 112 55/push-ebp 113 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp @@ -287,7 +287,7 @@ if ('onhashchange' in window) { 227 5d/pop-to-ebp 228 c3/return 229 -230 pop: # s : (address stack) -> n/eax : int +230 pop: # s : (addr stack) -> n/eax : int 231 # . prologue 232 55/push-ebp 233 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp @@ -391,7 +391,7 @@ if ('onhashchange' in window) { 331 5d/pop-to-ebp 332 c3/return 333 -334 top: # s : (address stack) -> n/eax : int +334 top: # s : (addr stack) -> n/eax : int 335 # . prologue 336 55/push-ebp 337 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp -- cgit 1.4.1-2-gfad0