|
Forum Index : Microcontroller and PC projects : Pi-cromite: V5.4.15
| Author | Message | ||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10566 |
Please find attached version 5.4.15 2018-01-01_051308_mmbasicstretch.zip 2018-01-01_051740_mmbasicjessie.zip 2018-01-01_051505_Pi-cromite_Manual.pdf This brings the Pi-cromite code inline with Geoff's version 5.4.08 for the MM+. The Pi-cromite was originally developed from a kludged version of MMBasic for DOS and the Maximite code so this has been a huge edit and bugs are very likely but it will now be much easier to keep up-to-date with any further enhancements. Functional changes are minor: AUTO is now AUTOSAVE as per the Micromite but you still use ctrl-C to exit OPTION DISPLAY is now not allowed as the code will automatically interrogate the console window and set the width and height accordingly. Widths > 200 characters are now possible and the editor will be correctly formatted for any width and height. Changing the size of the console will automatically be registered but this should not be done while editing - it is not that clever! A new function MM.DISPLAY is included: MM.DISPLAY(X) Gives the current X cursor position on the console (0 to width in chars -1) MM.DISPLAY(Y) Gives the current Y cursor position on the console (0 to height in chars -1) MM.DISPLAY(XMAX) Gives the width in chars of the console MM.DISPLAY(YMAX) Gives the height in chars of the console |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |