Assembler on CMM2


Author Message
EDNEDN
Senior Member

Joined: 18/02/2023
Location: United States
Posts: 295
Posted: 03:41am 06 May 2026      

"If you feel that you need a CSUB then perhaps your approach to the problem is wrong and that you should look for a more standard way."

CSUB provides an escape hatch if one is really needed.    Many people that use CSUB use it because the bulk of what they are doing can be done easiest in MMBasic.   But for some really picky timing or something that needs a special hardware feature, they can open the hatch and do what they have to do.    

If the CSUB is too big, maybe they shouldn't even be doing the rest of the program in MMBasic.   But for simple small things, it is a very nice feature to have available.