Interest in On-System Assembler?


Author Message
jirsoft

Guru

Joined: 18/09/2020
Location: Czech Republic
Posts: 533
Posted: 08:52pm 06 Dec 2020      

I have written core ARM assembler as preparation for CMM2 (I was waiting for shipment), but I was wrong and have written it for ARM, not for Thumb-2    Anyway is in XOJO (BASIC dialect), so maybe still can be partially used...

ARM asm

Bigger problem I see in missing call of assembler from MMBasic, you have just CSUB (still very good). It will be perfect, when you can write ASM source at least in some online Thumb 2 assembler and then copy binary result into MMBasic code. I was using for example this  or this.