diff options
Diffstat (limited to 'subx/examples')
-rw-r--r-- | subx/examples/ex11.subx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/subx/examples/ex11.subx b/subx/examples/ex11.subx index b651bf22..86b7e8b4 100644 --- a/subx/examples/ex11.subx +++ b/subx/examples/ex11.subx @@ -291,10 +291,10 @@ write_stderr: # s : (address array byte) -> <void> b8/copy . . . . . . . 4/imm32/write # copy 1 to EAX cd/syscall 0x80/imm8 # restore registers - 5b/pop-EBX - 5a/pop-EDX - 59/pop-ECX - 58/pop-EAX + 5b/pop-to-EBX + 5a/pop-to-EDX + 59/pop-to-ECX + 58/pop-to-EAX # end 89/copy 3/mod/direct 4/rm32/ESP . . . 5/r32/EBP . . # copy EBP to ESP 5d/pop-to-EBP |