lucameat
lucameat
Will the emulation of the Atari Jaguar be taken into account in the future?
Is there any chance to color macro names, not just where they're defined, but throughout the rest of the code as well?
I've noticed that the command palette bar sometimes opens and stays open indefinitely (until you press Esc) when the "Compile on Save" feature is enabled. The following image shows what...
In the line "SinTableLength = *-SinTable", the asterisk is interpreted as the start of a comment instead of Program Counter, coloring everything that follows as a comment. I temporarily fixed...
The extension uses a slightly older version of the FS-UAE emulator. I actually found a bug that isn't present in the newer version. Furthermore, the older version doesn't seem to...
color00
The second zero (0) of the word "color00" is colored as a number.
When using "label::" (common in vasm for global symbols), the extension includes one of the colons in the symbol name. This affects IntelliSense (inserting a colon incorrectly), Breadcrumbs, and the...
Since the word "pc" (program counter) is colored like the instructions, could you consider coloring words like "sr" (status register) and "ccr" (condition codes register) the same way? And perhaps...
I coded two routines that start at the "Move" and "Stop" labels. In the "bsr Move" and "bsr Stop" code lines, the words "Move" and "Stop" are colored as instructions,...
It would be nice if the hash character (#) that defines an immediate value (as in the instruction `addq.w #RightBound,d6`) was colored differently to distinguish it from the number or...