Dot
Command |
Description |
| .ADDRESS symbol | The address of a symbol (two bytes) |
| .ASCII "string" | A string of ASCII bytes |
| .BLOCK n | A block of n bytes |
| .BURN 0xFFFF | Initiate ROM burn ending at 0xFFFF |
| .BYTE constant | A byte value (one byte) |
| .END | The sentinel for the assembler |
| .EQUATE constant | Equate a symbol to a constant value |
| .WORD constant | A word value (two bytes) |