소스 검색

Update isImmediate check

Updated to only return true for integers.
Bee Hudson 4 달 전
부모
커밋
a9c27c6839
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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