prb28 / vscode-amiga-assembly

Amiga Assembly extension for Visual Studio Code
GNU General Public License v3.0
178 stars 12 forks source link

[QUESTION] Does this Amiga 68k Syntax-Highlighter is also useful for 68k Sega Genesis? #268

Closed Axis4s closed 1 year ago

Axis4s commented 1 year ago

Since this is a 68k Assembly highlighter does this mean this extension is useful for megadrive asm programming?

prb28 commented 1 year ago

Well... for editing, yes, maybe some overlays for amiga documentation may bother you, but not that much. To build, you can add some tasks with your makefile or vasm commands and options (don't know if vasm/vlink can produce a binary for this platform). For running, you can create a custom task to start the emulator. For debugging, there is no way to do it without an emulator modification.