This commit is contained in:
Kartik Agaram 2019-01-04 21:59:27 -08:00
parent bc20cc3d45
commit aa96ac23a6
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ test-new-stream:
# . prolog
55/push-EBP
89/copy 3/mod/direct 5/rm32/EBP . . . 4/r32/ESP . . # copy ESP to EBP
# var ad/ECX : (address allocation-descriptor) = allocate-region(512)
# . EAX = allocate-region(512)
# var ad/ECX : (address allocation-descriptor) = allocate-region(Heap, 512)
# . EAX = allocate-region(Heap, 512)
# . . push args
68/push 0x200/imm32
68/push Heap/imm32