/vscode-ppc

Visual Studio Code PowerPC assembly extension.

Primary LanguageAssembly

PowerPC README

This extension provides highlighting for the PowerPC assembly laungauge. The instruction set used can be found in the provided PDFs in the references folder.

Features

Basic highlighting only. Pull requests welcome.

Example of Highlighting

Known Issues

None

Release Notes

0.0.7

  • Added a bunch of missing assembler directives (.<stuff>)
  • Added hundreds of missing instructions

0.0.6

  • Added frsub and frsp

0.0.5

  • 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

0.0.4

  • Resolved Issue 1 double slash single line comments work now.
  • Created test case directory and moved test files into directory.

0.0.3

  • Initial release of of highlighting.

Enjoy!