0 Members and 2 Guests are viewing this topic.
[0011223344556677]->pic17->DFor(C,0,50)D+1->DIf D=80->DEndFor(A,0,12)For(B,0,7)pt-on(A*8[+D],A*8+D,pic1EndEndDispGraphEnd
Hmm, how hard would it be to add something that when it errors it tells you what line it's on?
You guys all complain about "RAM clears" and "corrupted memory". Have you ever tried to program in assembly? There are so many leaks and corruptions that happen, not to mention all the frustration of trying to find logical errors in the code, that almost all ASM programmers run their works in progress on emulators just in case and to speed up the process. I can guarantee that if you tried to make the same program in assembly (unless you're highly experienced with it), you would have had at least an order of magnitude more problems with the code.Remember, me giving you the freedom to run lower level assembly code and commands is a trade-off with the safety of running it.