Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icorbrey/pep9-asm
Language support for the Pep/9 assembly language in VS Code.
https://github.com/icorbrey/pep9-asm
assembly computer-systems language-support pep showcase vscode-extension
Last synced: about 1 month ago
JSON representation
Language support for the Pep/9 assembly language in VS Code.
- Host: GitHub
- URL: https://github.com/icorbrey/pep9-asm
- Owner: icorbrey
- Created: 2020-04-29T00:18:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T20:46:38.000Z (over 4 years ago)
- Last Synced: 2024-11-12T13:20:03.841Z (3 months ago)
- Topics: assembly, computer-systems, language-support, pep, showcase, vscode-extension
- Homepage: https://marketplace.visualstudio.com/items?itemName=icorbrey.pep9-asm
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Pep/9 Assembly Language Extension
[![Board Status](https://dev.azure.com/isaac-corbrey/e6f05dc1-96a4-4f49-b3a3-ed658859ca95/dd470ec3-2fd4-433b-be90-4259cb3963a1/_apis/work/boardbadge/5ed2cc96-3d4a-483c-9557-03b8d78c2b59)](https://dev.azure.com/isaac-corbrey/e6f05dc1-96a4-4f49-b3a3-ed658859ca95/_boards/board/t/dd470ec3-2fd4-433b-be90-4259cb3963a1/Microsoft.FeatureCategory/)
Language support for the Pep/9 assembly language.
![](images/syntax-example.png)
## Features
Adds basic language support for the Pep/9 assembly language used in the Computer Systems college course.
## Release Notes
### 1.1.0
Improved syntax matching.
### 1.0.0
Initial release of basic language support.