Posted By
ajordison on 2013-04-08 17:37:58
| Re: CBM prg Studio
Which part of the assembler syntax were you struggling with so I can improve the documentation?
As for "byte <BitmapAddr, <BitmapAddr+320, <BitmapAddr+2*320, <BitmapAddr+3*320", the problem is you can only use simple 2 term expressions, so you can't do things like "BitmapAddr+2*320", you need to simplify it.
Thanks for highlighting the macro problem, I'll try and fix it!
|