Explorar el Código

Update isImmediate check

Updated to only return true for integers.
Bee Hudson hace 4 meses
padre
commit
a9c27c6839
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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