From b1635a5c8e25650a19999c246be321a0794eb58a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 17 Oct 2019 22:03:35 -0700 Subject: 5701 --- html/083subx-widths.subx.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/083subx-widths.subx.html') diff --git a/html/083subx-widths.subx.html b/html/083subx-widths.subx.html index bcee493a..33e8728f 100644 --- a/html/083subx-widths.subx.html +++ b/html/083subx-widths.subx.html @@ -63,7 +63,7 @@ if ('onhashchange' in window) { 4 # . 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 5 6 compute-width: # word : (address array byte) -> eax : int - 7 # . prolog + 7 # . prologue 8 55/push-ebp 9 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 10 # . save registers @@ -91,13 +91,13 @@ if ('onhashchange' in window) { 32 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 33 # . restore registers 34 59/pop-to-ecx - 35 # . epilog + 35 # . epilogue 36 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 37 5d/pop-to-ebp 38 c3/return 39 40 compute-width-of-slice: # s : (address slice) -> eax : int - 41 # . prolog + 41 # . prologue 42 55/push-ebp 43 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 44 # . save registers @@ -161,13 +161,13 @@ if ('onhashchange' in window) { 102 $compute-width-of-slice:end: 103 # . restore registers 104 59/pop-to-ecx -105 # . epilog +105 # . epilogue 106 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 107 5d/pop-to-ebp 108 c3/return 109 110 test-compute-width: -111 # . prolog +111 # . prologue 112 55/push-ebp 113 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 114 $test-compute-width:imm8: @@ -289,7 +289,7 @@ if ('onhashchange' in window) { 230 e8/call check-ints-equal/disp32 231 # . . discard args 232 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 0xc/imm32 # add to esp -233 # . epilog +233 # . epilogue 234 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 235 5d/pop-to-ebp 236 c3/return -- cgit 1.4.1-2-gfad0