PEPE Assembly
A Sublime Text 2/3 plugin for PEPE Assembly. Provides syntax highlighting.
Details
Installs
- Total 1K
- Win 612
- Mac 227
- Linux 218
Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 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 |
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 | 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 |
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.