Procházet zdrojové kódy

Update isImmediate check

Updated to only return true for integers.
Bee Hudson před 4 měsíci
rodič
revize
a9c27c6839
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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