AT&T i386 IA32 UIUC ECE391 GCC Highlighter & Snippet & Linter
This is the VS Code Extension for UIUC ECE 391, MIT 6.828, and all other AT&T-based i386(IA-32/x86-32) assembly languages. Current VS Code extensions for assembly are mostly industry-oriented, but this extension is designed for college students and researchers in this area.
Features
- Syntax Highlighting.
- Self Complete.
- File icons designed for UIUC students.
- Static analysis like
linter
(developing).
Requirements
- To make this extension work, you need to change your source code to
.s
or.S
. - Select the language to “AT&T i386 Assembly” using the language change button.
- To use the icon theme, press
shift+ctrl+p
at the same time, then choosePreferences: File Icon Theme
, then chooseECE 391 UIUC
.
Known Issues
- No issues hitherto.
Request A Feature
Please contact the author at [email protected].
Release Notes
Please see ./CHANGELOG.md
.