ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

PEPE Assembly

by patriq ALL Needs Review

A Sublime Text 2/3 plugin for PEPE Assembly. Provides syntax highlighting.

Details

Installs

  • Total 1K
  • Win 609
  • Mac 224
  • Linux 216
Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 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
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 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. 2015-08-03_23-46-42

Features

  • Syntax highlighting according to PEPE's Manual.
  • Snippets for basic loop creation, push and pop helper and function creator.

Requirements

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

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.