diff options
author | exegete <nikitf-97@mail.ru> | 2020-10-18 00:06:14 +0300 |
---|---|---|
committer | exegete <nikitf-97@mail.ru> | 2020-10-18 00:06:14 +0300 |
commit | 63031492030d11225ab946747ab7dd5c449aedc5 (patch) | |
tree | 7d8a6780f5bfdfec6c7098b8bf8b73f40a994a81 /ia32 | |
parent | c7104149207859a7b52d231421c5946df23e5538 (diff) | |
download | cryptrobber-63031492030d11225ab946747ab7dd5c449aedc5.tar cryptrobber-63031492030d11225ab946747ab7dd5c449aedc5.tar.xz cryptrobber-63031492030d11225ab946747ab7dd5c449aedc5.zip |
English freq module
Diffstat (limited to 'ia32')
-rw-r--r-- | ia32/float/stack.sts | 6 |
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] |