From ce9e52469d0b12b3231ccc199e1b19bb924f54cd Mon Sep 17 00:00:00 2001 From: exegete Date: Fri, 16 Oct 2020 20:14:51 +0300 Subject: test module; top, as added --- ia32/stack.sts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ia32/stack.sts') diff --git a/ia32/stack.sts b/ia32/stack.sts index 7756706..f3c8bab 100644 --- a/ia32/stack.sts +++ b/ia32/stack.sts @@ -1,3 +1,7 @@ +defasm top + # 54 ?' ; push esp +next + defasm get # 58 ?' ; pop eax # 8b ?' # 4 ?' # 84 ?' ; mov eax, [esp + 4 * eax] -- cgit v1.2.3