nurpax / petmate

PETSCII editor with Electron/React/Redux
MIT License
178 stars 14 forks source link

REQUEST: CBM prg Studio compatible output #195

Closed LeinadAbrasax closed 3 years ago

LeinadAbrasax commented 3 years ago

CBM prg doesn't allow multiple math operators as an operand.

Example: sta $0400+(40*3)+2 ; Row 3, column 2 would need to be... sta $0400+122

nurpax commented 3 years ago

Will be in the next release.. which should be out in the next few hours.