Forráskód Böngészése

Update isImmediate check

Updated to only return true for integers.
Bee Hudson 4 hónapja
szülő
commit
a9c27c6839
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      yaict.pl

+ 1 - 1
yaict.pl

@@ -132,7 +132,7 @@ sub parseOpcodeAndParams
 # Parameter is considered Position mode if it's prefixed with "0d"
 sub isImmediate
 {
-    return !(shift =~ /^0d/);
+    return shift =~ /^-?\d+$/;
 }
 
 # Check if a parameter