From 5347cf8bf4839218171f5f46b07e00d26fa76292 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 24 Sep 2018 23:01:38 -0700 Subject: 4517 --- subx/apps/crenshaw2-1.subx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'subx/apps/crenshaw2-1.subx') diff --git a/subx/apps/crenshaw2-1.subx b/subx/apps/crenshaw2-1.subx index 8ffded90..00481453 100644 --- a/subx/apps/crenshaw2-1.subx +++ b/subx/apps/crenshaw2-1.subx @@ -339,10 +339,10 @@ write_stderr: # s : (address array byte) -> 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 @@ -370,10 +370,10 @@ write_stdout: # s : (address array byte) -> 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 -- cgit 1.4.1-2-gfad0