0 Members and 3 Guests are viewing this topic.
No, Mimas is written for ZDS.
I don't think Mimas could build a 2-page app at once due to memory limitations. It also doesn't support directly writing to flash. It's certainly possible to build and sign apps on-calc, but he seems unlikely to implement such functionality since he seems to think screwing with flash is too dangerous.
symbol = value
#define SUM(x,y) (x + y) #define PC ($)
#define CP_HL(reg) or a / sbc hl,reg / add hl,reg #define CRASH rst 00h
.db len(String),String
Mostly unrelated to the above, did you released any documentation on writing plug-ins for Mimas ? I dig through all the files included in TiCalc's mimas-0.4.zip and found many docs on how to use them, install them etc but nothing about how to create one