-
Notifications
You must be signed in to change notification settings - Fork 13
Interface
corax89 edited this page Jan 23, 2020
·
3 revisions
At the top of the page there is a menu:
- compile - compile a program
- save (export) - download the program in one of three formats to disk
- sprite editor - opens a window for creating and editing sprites
- settings - project settings (name, author's name, icon, file type)
- help - is a quick reference on language functions
- utilities - additional utilities you may need: image converter and melody editor
- language selection - changes the language to display errors
The control area contains program execution control buttons and a button to enable debugging mode.
The monitor area contains a virtual display. In the debugging mode, this area also contains the memory content monitor and the processor register content monitor.
The information field contains information about the compiler's work result.
The source area contains the source code of the program.