Visit The Discord!
I wanted to develop a plug-in for Visual Studio Code that will build a Midway game from source code. This plug-in is the starting point for that. Firstly I needed to implement syntax validation, secondly we have opcode building from this validated syntax. And lastly we need to build the executable with linking (In progress).
Load up a directory with your favorite source code and learn!
Suggestive line completion and opcode definition.
Most common directives are supported, with memory mappings and CTRL+Click to navigate to definitions or label JUMPS!