From 405c4f104975e5456ce6b28ad31fd996d3f4b657 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 16 Oct 2020 12:45:33 +0300 Subject: Initial --- ia32/memory.sts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ia32/memory.sts (limited to 'ia32/memory.sts') diff --git a/ia32/memory.sts b/ia32/memory.sts new file mode 100644 index 0000000..f176c13 --- /dev/null +++ b/ia32/memory.sts @@ -0,0 +1,15 @@ +defasm @ +; pop eax +# 58 ?' +; push dword [eax] +# ff ?' # 30 ?' +next + +defasm ! +; pop ebx +# 5b ?' +; pop eax +# 58 ?' +; mov [ebx], eax +# 89 ?' # 03 ?' +next -- cgit v1.2.3