Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 535 Bytes

File metadata and controls

17 lines (10 loc) · 535 Bytes

PicoBlaze Assembler (pbasm) Build Status

This project implements an assembler for the PicoBlaze (KCPSM6) microcontroller in the Haskell programming language.

Building

> stack build
> stack install

Testing

> stack test

References