This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% This code was based on the RISC-V Assembler lstlisting syntax and style from Anton Lydike. Available at: https://gist.github.com/AntonLydike/e339c3c3a4dcab8bc3c620b3fa436cda | |
% | |
% PIC Assembler syntax and style for latex lstlisting package | |
% Features | |
% 1. The 35 instructions for the PIC16F882/883/884/886/887 | |
% 2. All special function registers | |
% 3. Some directives and keywords | |
% 4. Easily extended for other devices | |
% | |
% Author: @hasecilu |