From 63031492030d11225ab946747ab7dd5c449aedc5 Mon Sep 17 00:00:00 2001 From: exegete Date: Sun, 18 Oct 2020 00:06:14 +0300 Subject: English freq module --- ia32/float/stack.sts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ia32') 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] -- cgit v1.2.3