MrCBASIC/README.md

16 lines
773 B
Markdown
Raw Normal View History

2019-04-15 16:22:38 +00:00
# MrCBASIC
2019-04-15 16:26:13 +00:00
The best BASIC compiler found so far is the one from QB64.org.
So far, if I place SCREEN 11 on the first line, the program runs until the map of africa is drawn with the region marks (N, S, etc.) and the prompt" CHOOSE YOUR AREA NOW. The program does not accept any input at that point.
2019-04-15 22:27:22 +00:00
Mouse input needs to be refactored, mouse handling is more complex now. I added a subroutine that gets the CHX, CHY, and B params.
2019-04-15 19:23:10 +00:00
2019-04-15 22:27:22 +00:00
Replaced delay loops with sleep calls. Need to press a key to continue.
2019-04-15 19:23:10 +00:00
2019-04-15 22:27:22 +00:00
Code references labels not in this source file, e.g. 5000 to 20000, perhaps meant to end program
2019-04-15 21:17:51 +00:00
2019-04-15 19:23:10 +00:00
WAVE keyword does not seem to be supported, see line 114 (label 349)
2019-04-15 21:17:51 +00:00
2019-04-15 19:23:10 +00:00
Mr. C (orginal author) says that much of the graphics was generated by the MacPaint program.