aboutsummaryrefslogtreecommitdiff
path: root/ia32/float/stack.sts
diff options
context:
space:
mode:
authorexegete <nikitf-97@mail.ru>2020-10-18 00:06:14 +0300
committerexegete <nikitf-97@mail.ru>2020-10-18 00:06:14 +0300
commit63031492030d11225ab946747ab7dd5c449aedc5 (patch)
tree7d8a6780f5bfdfec6c7098b8bf8b73f40a994a81 /ia32/float/stack.sts
parentc7104149207859a7b52d231421c5946df23e5538 (diff)
downloadcryptrobber-63031492030d11225ab946747ab7dd5c449aedc5.tar
cryptrobber-63031492030d11225ab946747ab7dd5c449aedc5.tar.xz
cryptrobber-63031492030d11225ab946747ab7dd5c449aedc5.zip
English freq module
Diffstat (limited to 'ia32/float/stack.sts')
-rw-r--r--ia32/float/stack.sts6
1 files changed, 6 insertions, 0 deletions
diff --git a/ia32/float/stack.sts b/ia32/float/stack.sts
index ca95196..8c16fef 100644
--- a/ia32/float/stack.sts
+++ b/ia32/float/stack.sts
@@ -8,6 +8,12 @@ defasm float_iload
# 58 ?' ; pop eax
next
+defasm float_dload
+ # df ?' # 2c ?' # 24 ?' ; fild qword [esp]
+ # 58 ?' ; pop eax
+ # 58 ?' ; pop eax
+next
+
defasm float_fstore
# 50 ?' ; push eax
# d9 ?' # 1c ?' # 24 ?' ; fstp dword [esp]