From 68ea390db8e5977dcc84dc93daeb467ee243cb35 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 16 Oct 2020 13:34:42 +0300 Subject: Restyled ia32. --- ia32/core.sts | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) (limited to 'ia32/core.sts') diff --git a/ia32/core.sts b/ia32/core.sts index fd2d062..fcb62ae 100644 --- a/ia32/core.sts +++ b/ia32/core.sts @@ -1,26 +1,17 @@ defasm docol -; sub ebp, 4 -# 83 ?' # ed ?' # 4 ?' -; mov [ebp], esi -# 89 ?' # 75 ?' # 0 ?' -; add eax, 4 -# 83 ?' # c0 ?' # 4 ?' -; mov esi, eax -# 89 ?' # c6 ?' -; go next -# ad ?' # ff ?' # 20 ?' + # 83 ?' # ed ?' # 4 ?' ; sub ebp, 4 + # 89 ?' # 75 ?' # 0 ?' ; mov [ebp], esi + # 83 ?' # c0 ?' # 4 ?' ; add eax, 4 + # 89 ?' # c6 ?' ; mov esi, eax + # ad ?' # ff ?' # 20 ?' ; go next next defasm exit -; mov esi, [ebp] -# 8b ?' # 75 ?' # 0 ?' -; add ebp, 4 -# 83 ?' # c5 ?' # 4 ?' + # 8b ?' # 75 ?' # 0 ?' ; mov esi, [ebp] + # 83 ?' # c5 ?' # 4 ?' ; add ebp, 4 next defasm lit -; lodsd -# ad ?' -; push eax -# 50 ?' + # ad ?' ; lodsd + # 50 ?' ; push eax next -- cgit v1.2.3