mos icon indicating copy to clipboard operation
mos copied to clipboard

An assembler, code formatter, language server and debug adapter for the MOS 6502 CPU.

Results 33 mos issues
Sort by recently updated
recently updated
newest added

Should also include predefined variables, so that free-format arguments can be used. Something like: ``` emulatorArgs: '/path/to/emu --bin ${binary}' ```

LSP

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.

bug
LSP

For example: ``` // const hello // segment hello ```

bug
LSP

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

LSP

Don't allow mnemonics, reserved symbols (like -, +, 'segments' and tests') etc