Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
|
Forum Index : Microcontroller and PC projects : MMEdit question
Author | Message | ||||
MarkF Regular Member Joined: 01/08/2023 Location: AustraliaPosts: 47 |
Hi. I am using MMEdit version 5. https://www.c-com.com.au/MMedit.htm I have set the Syntax > picomiteVGA When I add code below, the PRINT command works in the DOS box, but not PIXEL. Does MMEdit support graphics commands? PRINT "Test" Pixel 10,10 i.e. Use "Run in DOS" cog button in MMEdit |
||||
TassyJim Guru Joined: 07/08/2011 Location: AustraliaPosts: 6093 |
MMEdit is an editor, not a simulator/emulator. The original MMBasic for DOS does not support graphic commands. If you want to run your code on the PC, try MMBasic for Windows (MMB4W) and graphics commands will work. Jim VK7JH MMedit MMBasic Help |
||||
MarkF Regular Member Joined: 01/08/2023 Location: AustraliaPosts: 47 |
Thanks Jim for clearing that up. Appreciated. Link to MMB4W: https://github.com/UKTailwind/MMB4W Edited 2024-09-26 14:07 by MarkF |
||||
Print this page |