This extension provides highlighting for the PowerPC assembly laungauge. The instruction set used can be found in the provided PDFs in the references folder.
Basic highlighting only. Pull requests welcome.
None
- Added a bunch of missing assembler directives (
.<stuff>
) - Added hundreds of missing instructions
- Added frsub and frsp
- Added some missing instructions
- Added .rodata section highlighting
- Added .align highlighting
- Made .include orange
- Fixed 2 instructions overlapping each other and glitching out
- Probably some extra stuff that I don't remember because I'm smart!
- Removed CHANGELOG.md because the changelog is here on the README
- Resolved Issue 1 double slash single line comments work now.
- Created test case directory and moved test files into directory.
- Initial release of of highlighting.
Enjoy!