mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-04-10 14:26:44 +00:00
Fixes #15
This commit is contained in:
parent
e7745e7810
commit
c943c829f0
@ -172,7 +172,7 @@ function getOperandType(text, result) {
|
||||
|
||||
//Check IMM
|
||||
if (!isNaN(Number(text)) && Number(text) === Math.floor(Number(text)) && text.indexOf("o") === -1
|
||||
&& text.indexOf("e") === -1) {
|
||||
&& text.indexOf("0e") !== 0) {
|
||||
return OPERAND_IMM;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user