From b1635a5c8e25650a19999c246be321a0794eb58a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 17 Oct 2019 22:03:35 -0700 Subject: 5701 --- html/066print-int.subx.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'html/066print-int.subx.html') diff --git a/html/066print-int.subx.html b/html/066print-int.subx.html index ea2495fa..7a25ccce 100644 --- a/html/066print-int.subx.html +++ b/html/066print-int.subx.html @@ -78,8 +78,8 @@ if ('onhashchange' in window) { 17 05/add-to-eax 0x57/imm32/a-10 18 c3/return 19 - 20 append-byte-hex: # f : (address stream), n : int -> <void> - 21 # . prolog + 20 append-byte-hex: # f : (address stream), n : int + 21 # . prologue 22 55/push-ebp 23 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 24 # . save registers @@ -114,7 +114,7 @@ if ('onhashchange' in window) { 53 $append-byte-hex:end: 54 # . restore registers 55 58/pop-to-eax - 56 # . epilog + 56 # . epilogue 57 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 58 5d/pop-to-ebp 59 c3/return @@ -150,8 +150,8 @@ if ('onhashchange' in window) { 89 c3/return 90 91 # print the hex representation for the lowest byte of a number - 92 print-byte-buffered: # f : (address buffered-file), n : int -> <void> - 93 # . prolog + 92 print-byte-buffered: # f : (address buffered-file), n : int + 93 # . prologue 94 55/push-ebp 95 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 96 # . save registers @@ -186,7 +186,7 @@ if ('onhashchange' in window) { 125 $print-byte-buffered:end: 126 # . restore registers 127 58/pop-to-eax -128 # . epilog +128 # . epilogue 129 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 130 5d/pop-to-ebp 131 c3/return @@ -237,7 +237,7 @@ if ('onhashchange' in window) { 176 # . end 177 c3/return 178 -179 print-int32: # f : (address stream), n : int -> <void> +179 print-int32: # f : (address stream), n : int 180 # pseudocode: 181 # write(f, "0x") 182 # ecx = 28 @@ -248,7 +248,7 @@ if ('onhashchange' in window) { 187 # append-byte(f, AL) 188 # ecx -= 4 189 # -190 # . prolog +190 # . prologue 191 55/push-ebp 192 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 193 # . save registers @@ -290,7 +290,7 @@ if ('onhashchange' in window) { 229 # . restore registers 230 59/pop-to-ecx 231 58/pop-to-eax -232 # . epilog +232 # . epilogue 233 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 234 5d/pop-to-ebp 235 c3/return @@ -325,7 +325,7 @@ if ('onhashchange' in window) { 264 # . end 265 c3/return 266 -267 print-int32-buffered: # f : (address buffered-file), n : int -> <void> +267 print-int32-buffered: # f : (address buffered-file), n : int 268 # pseudocode: 269 # write-buffered(f, "0x") 270 # ecx = 28 @@ -336,7 +336,7 @@ if ('onhashchange' in window) { 275 # write-byte-buffered(f, AL) 276 # ecx -= 4 277 # -278 # . prolog +278 # . prologue 279 55/push-ebp 280 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 281 # . save registers @@ -378,7 +378,7 @@ if ('onhashchange' in window) { 317 # . restore registers 318 59/pop-to-ecx 319 58/pop-to-eax -320 # . epilog +320 # . epilogue 321 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 322 5d/pop-to-ebp 323 c3/return -- cgit 1.4.1-2-gfad0