xkas-plus
xkas-plus copied to clipboard
fork of the xkas (v14) cross assembler
The `per` instruction on 65816 is incorrectly handled. It does not use absolute addressing. `per` actually takes a 16-bit PC-relative offset. In other words, it's handled like `brl`. All versions...
I like having things containerized - so I created a Dockerfile for xkas. I can also push this up to Docker Hub.
I tried running xkas-plus on a file with approximately 88,000 lines (a full disassembly of an NES game), and it never finished after waiting 20 minutes. After debugging I traced...
In earlier versions of xkas (namely v6), curly braces `{}` can be used to organize your code better. They're ignored by the assembler and don't really do anything other than...