aboutsummaryrefslogtreecommitdiff
path: root/ia32/float
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/float')
-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]