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/stack.sts | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'ia32/stack.sts') diff --git a/ia32/stack.sts b/ia32/stack.sts index a8ac749..56f4f07 100644 --- a/ia32/stack.sts +++ b/ia32/stack.sts @@ -1,25 +1,18 @@ defasm drop -; pop eax -# 58 ?' + # 58 ?' ; pop eax next defasm dup -; push dword [esp] -# ff ?' # 34 ?' # 24 ?' + # ff ?' # 34 ?' # 24 ?' ; push dword [esp] next defasm over -; push dword [esp + 4] -# ff ?' # 74 ?' # 24 ?' # 4 ?' + # ff ?' # 74 ?' # 24 ?' # 4 ?' ; push dword [esp + 4] next defasm swap -; pop eax -# 58 ?' -; pop ebx -# 5b ?' -; push eax -# 50 ?' -; push ebx -# 53 ?' + # 58 ?' ; pop eax + # 5b ?' ; pop ebx + # 50 ?' ; push eax + # 53 ?' ; push ebx next -- cgit v1.2.3