diff options
Diffstat (limited to '070new-stream.subx')
-rw-r--r-- | 070new-stream.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/070new-stream.subx b/070new-stream.subx index 45076c91..8420e5c8 100644 --- a/070new-stream.subx +++ b/070new-stream.subx @@ -5,7 +5,7 @@ # . op subop mod rm32 base index scale r32 # . 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 -new-stream: # ad : (address allocation-descriptor), length : int, elemsize : int -> address/eax : (handle stream _) +new-stream: # ad : (addr allocation-descriptor), length : int, elemsize : int -> address/eax : (handle stream _) # . prologue 55/push-ebp 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp |