Editing
The assembler supports basic editing functions such as cut,copy,paste
On the right hand side of the screen there is a small window which lists variables and labels.
If you cilck on the Refresh variables/labels button the assmbler will do an assemble on the code to find all the
variable and label values.
If you click once on the name of the variable or label it`s value will be displayed.
If you double click on the name of the variable or label it will jump to that item in the editor window.
There is a small button which says `Screen code` if you enter a letter and press it will return the Cbm screen code for that letter.
There is also a ASCII button which will return the ascii for the letter entered.
And a number converter button.
If you enter a hex number $ff Or $C132 it will return the decimal for that number.
If you enter a decimal it will return the hex for that number.
And also takes a binary number and returns a decimal.
Some of the menu items are available as icon functions.
- New Source
- Open source
- Save Source
- Find Text
- Undo
- Redo
- Cut
- Copy
- Paste
- Text Colour Selector
- Background Colour Selector
- Assemble to PRG
- Assemble to P00