IntyBASIC
IntyBASIC copied to clipboard
IntyBASIC compiler for Intellivision (CP1610 processor)
MML is commonly used follows this description https://en.wikipedia.org/wiki/Music_Macro_Language There are midi to MML converters online Would it be possible to implement a too from MML to intybasic?
LTO-Flash includes a huge amount of CP1600 extensions that can be essential for math coding and data manipulation. Look at ATAN2, DIST, SUMSQ,MPYSS and many others [Locutus_CP-1600X_Instruction_Set_Extensions_20191119a.pdf](https://github.com/nanochess/IntyBASIC/files/3883005/Locutus_CP-1600X_Instruction_Set_Extensions_20191119a.pdf) https://atariage.com/forums/applications/core/interface/file/attachment.php?id=679387 The latest...
In a similar way to what you have done for local labels, you can add local variables. A possible implementation could be that variables starting with a dot within a...
Could you please add support for local labels and variables in a similar way to what sjasm does with Module/Endmodule command and with '.' ? It is just matter of...