Re: 2nd Contest ... Purpose, get people using RC2
- Posted by PeteE Dec 09, 2010
- 2591 views
Are blank lines allowed?
In one of my test programs it became easier to calculate goto addresses if the destination address is the product of two numbers 1..9. This required putting blank lines in the program to make the destination instruction appear at the desired address. But is a blank line valid input? If not, I can easily insert a no-operation into the code (such as "200 r0=r0" or "300 r0+=0".)