mos
mos copied to clipboard
An assembler, code formatter, language server and debug adapter for the MOS 6502 CPU.
Should also include predefined variables, so that free-format arguments can be used. Something like: ``` emulatorArgs: '/path/to/emu --bin ${binary}' ```
Segment titles don't get proper highlighting, e.g.: ``` .segment "${name}-header" ``` Should highlight `${name}` differently from `-header` but this doesn't seem to work.
For example: ``` // const hello // segment hello ```
In a macro it would be nice to be able to pass in the name of a segment (e.g. in an argument called `segment_name`). However, it will not resolve the...
This is useful when adding a .sid which already has its load address as part of the file format.
This should be possible, as long as it is running with the -binarymonitor flag, I suppose.
It should be possible to get the amount of instruction cycles that a selected piece of code contains. I.e. selecting "NOP NOP NOP" should return "6 cycles", etc
Don't allow mnemonics, reserved symbols (like -, +, 'segments' and tests') etc