diff options
author | exegete <nikitf-97@mail.ru> | 2020-10-17 21:08:39 +0300 |
---|---|---|
committer | exegete <nikitf-97@mail.ru> | 2020-10-17 21:08:39 +0300 |
commit | 44d2daf8f659a843cf7d39cbaec18c146bf59f28 (patch) | |
tree | 8c32a8b335eef932f05dfc1c2826a281457cee68 | |
parent | 59b7d405aeeb0ac8fea048d5d336bae62932f0c6 (diff) | |
download | cryptrobber-44d2daf8f659a843cf7d39cbaec18c146bf59f28.tar cryptrobber-44d2daf8f659a843cf7d39cbaec18c146bf59f28.tar.xz cryptrobber-44d2daf8f659a843cf7d39cbaec18c146bf59f28.zip |
small comment fix
-rw-r--r-- | ia32/float/math.sts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |