Hi, when I try to run the code below I get an "instruction size did not converge after iterations" error.
Placing the T and Z parts above the #ruledef makes it work. I tried working around it by renaming Z & T to ZZ & TT and placing Z=ZZ & T=TT above the #ruledef block. But then it'll throw a "unknown variable" error. That also happens without the #ruledef block.
Hi, when I try to run the code below I get an "instruction size did not converge after iterations" error.
Placing the T and Z parts above the #ruledef makes it work. I tried working around it by renaming Z & T to ZZ & TT and placing Z=ZZ & T=TT above the #ruledef block. But then it'll throw a "unknown variable" error. That also happens without the #ruledef block.
Am I doing something wrong?