PEPE Assembly
A Sublime Text 2/3 plugin for PEPE Assembly. Provides syntax highlighting.
Details
Installs
- Total 1K
- Win 610
- Mac 226
- Linux 217
Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime-PEPE-Assembly
A Sublime Text 2/3 plugin for PEPE Assembly. Provides syntax highlighting.
Features
- Syntax highlighting according to PEPE's Manual.
- Snippets for basic loop creation, push and pop helper and function creator.
Requirements
- Sublime Text 2/3 on your computer.
- Package control installed.
Installing
- Open Sublime Text 2/3
Ctrl+Shift+P
- Select
Package Control: Install Package
- Search for
PEPE Assembly
- Click enter and install
How to Use
- Open Sublime Text 2/3
Ctrl+Shift+P
- Select
Set Syntax: PEPE Assembly
Some more info
- I'm not an expert on regex so my syntax definition may not be the best, nor have the best practices, but it works. Maybe in the future I will take the time to learn more regex and improve it.
- This is a syntax definition for assembly that works on a processor called PEPE which was designed by my Introduction to Computer Architecture teacher. Thus you should only use it if you are actually developing for it.
- I made this because I needed something like it when I was having my Introduction to Computer Architecture class, so I decided to help the ones who are going to have it next year by making a syntax definition for them.
Resources
PEPE's Manual: https://fenix.tecnico.ulisboa.pt/downloadFile/566729524643600/modulo-pepe.pdf
Source-code
https://github.com/patriqdesigns/Sublime-PEPE-Assembly
License
This project is licensed under the terms of the MIT license. Please see license.md for more information.