Login
Back to forumSee the full topicGo to last reply

Posted By

KiCHY
on 2013-04-05
03:25:04
 Re: CBM prg Studio

Hi,

This week I used CbmPrgStudio 2.5.3. I fought the assembler syntax at least an hour :/ I suggest describe the exact assembler syntax in the documentation. Or did I miss that information?
For example:
"sta $1234, x" -> error, space after the , is forbidden.

"BitmapAddr = $2000" -> this is a constant not a variable as the documentation references.

Please give us support to use constants (variables) in BYTE, WORD, etc. declarations
this works: "byte <$2000, <$2140, <$2280, <$23c0"
But this should work as well: "byte <BitmapAddr, <BitmapAddr+320, <BitmapAddr+2*320, <BitmapAddr+3*320"

Please support constants in macros as well.
"sta XCoord" works like charm outside macros. In macros it gives an error.

Thank you your work so far!



Back to top


Copyright © Plus/4 World Team, 2001-2024