From b1635a5c8e25650a19999c246be321a0794eb58a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 17 Oct 2019 22:03:35 -0700 Subject: 5701 --- html/092write-int.subx.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/092write-int.subx.html') diff --git a/html/092write-int.subx.html b/html/092write-int.subx.html index 7d29ecd2..431c0f04 100644 --- a/html/092write-int.subx.html +++ b/html/092write-int.subx.html @@ -58,15 +58,15 @@ if ('onhashchange' in window) { https://github.com/akkartik/mu/blob/master/092write-int.subx
-  1 # write-int: add a single int byte to a stream
+  1 # write-int: add a single int to a stream
   2 
   3 == code
   4 #   instruction                     effective address                                                   register    displacement    immediate
   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-int:  # out : (address stream), n : int -> <void>
-  9     # . prolog
+  8 write-int:  # out : (address stream), n : int
+  9     # . prologue
  10     55/push-ebp
  11     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp
  12     # . save registers
@@ -91,7 +91,7 @@ if ('onhashchange' in window) {
  31     5f/pop-to-edi
  32     59/pop-to-ecx
  33     58/pop-to-eax
- 34     # . epilog
+ 34     # . epilogue
  35     89/copy                         3/mod/direct    4/rm32/esp    .           .             .           5/r32/ebp   .               .                 # copy ebp to esp
  36     5d/pop-to-ebp
  37     c3/return
-- 
cgit 1.4.1-2-gfad0