Skip to content

Instantly share code, notes, and snippets.

View hasecilu's full-sized avatar
🏠
Working from home

Ulices hasecilu

🏠
Working from home
View GitHub Profile
@hasecilu
hasecilu / PIC16F887.tex
Last active October 30, 2023 00:25
PIC Assembler syntax and style for latex lstlisting package.
% 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