From 44d2daf8f659a843cf7d39cbaec18c146bf59f28 Mon Sep 17 00:00:00 2001 From: exegete Date: Sat, 17 Oct 2020 21:08:39 +0300 Subject: small comment fix --- ia32/float/math.sts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ia32/float/math.sts b/ia32/float/math.sts index 9be8712..d02b491 100644 --- a/ia32/float/math.sts +++ b/ia32/float/math.sts @@ -22,7 +22,7 @@ defasm float_more # de ?' # d9 ?' ; fcompp # 9b ?' # df ?' # e0 ?' ; fstsw ax # 25 ?' # 100 ?. ; and eax, 0x100 - # c1 ?' # e8 ?' # 8 ?' ; shr eax, 14 + # c1 ?' # e8 ?' # 8 ?' ; shr eax, 8 # 50 ?' ; push eax next -- cgit v1.2.3