LEGv8 Assembly Extension for Visual Studio CodeThis is a LEGv8 Assembly extension for Visual Studio Code. This extension provides some basic functionality, including, but not limited to: syntax highlighting, autocomplete options, and the ability to simulate a small environment for the assembly to run. LEGv8 itself is a subset of the ARM assembly architecture. LEG is not used in real applications- it is used merely to be a teaching tool to help make the learning process easier in regards to assembly. The goal of this repository, and this extension, is to help in those efforts to those who are interested in learning assembly. Table of ContentsFeaturesThe LEGv8 Assembly extension has the following features:
To see a list of all instructions and features implemented within the simulation, check out the wiki tab. Known IssuesMany things from LEG have not been fully implemented or tested. Those things are as follows:
If you find any new issues, please create an issue for them on the Github repository. Release NotesThe following contains the release notes for the past 5 releases. Check out the CHANGELOG to see the full list. 1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
ReferencesThe following is a list of useful references that were used for the understanding of LEG Assembly, as well as the creation of this extension:
|