mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2025-08-09 02:25:07 +00:00
ef9deca5b990a955f460c9854275087eb4332a80
Due to MD-BASIC’s design, subroutine references require a go sub to be recognized as a subroutine (and converted to a line number). WGAmpersandAddrArgument has been updated to skip over a GOSUB token, if it exists.
Complete documentation at https://github.com/blondie7575/WeeGUI/blob/master/Documentation.md
Known issues
- Hitting Reset during a WeeGUI application will leave your Apple II in an unsafe state.
- Calling WGEraseView on a view that shares border rendering with other views will require manually redrawing those views.
- Included sample ASMDEMO has a slight tendancy to step on ProDOS's buffers. This is mostly harmless.
To Do:
Languages
Assembly
96.2%
AppleScript
3.1%
Makefile
0.7%