PEPE Assembly
A Sublime Text 2/3 plugin for PEPE Assembly. Provides syntax highlighting.
Details
Installs
- Total 1K
- Win 611
- Mac 226
- Linux 217
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 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 |
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.