From b1635a5c8e25650a19999c246be321a0794eb58a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 17 Oct 2019 22:03:35 -0700 Subject: 5701 --- html/065write-buffered.subx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/065write-buffered.subx.html') diff --git a/html/065write-buffered.subx.html b/html/065write-buffered.subx.html index 874ecbee..d00903c8 100644 --- a/html/065write-buffered.subx.html +++ b/html/065write-buffered.subx.html @@ -66,7 +66,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 write-buffered: # f : (address buffered-file), msg : (address array byte) -> <void> + 8 write-buffered: # f : (address buffered-file), msg : (address array byte) 9 # pseudocode: 10 # in = msg->data 11 # inend = &msg->data[msg->length] @@ -87,7 +87,7 @@ if ('onhashchange' in window) { 26 # f->write: ebx (cached; need to keep in sync) 27 # c: eax 28 # - 29 # . prolog + 29 # . prologue 30 55/push-ebp 31 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 32 # . save registers @@ -160,7 +160,7 @@ if ('onhashchange' in window) { 99 5a/pop-to-edx 100 59/pop-to-ecx 101 58/pop-to-eax -102 # . epilog +102 # . epilogue 103 89/copy 3/mod/direct 4/rm32/esp . . . 5/r32/ebp . . # copy ebp to esp 104 5d/pop-to-ebp 105 c3/return -- cgit 1.4.1-2-gfad0