Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nullobject/pbasm

An assembler for the PicoBlaze microcontroller.
https://github.com/nullobject/pbasm

assembler fpga haskell microcontroller picoblaze

Last synced: 6 days ago
JSON representation

An assembler for the PicoBlaze microcontroller.

Awesome Lists containing this project

README

        

# PicoBlaze Assembler (pbasm) [![Build Status](https://travis-ci.org/nullobject/pbasm.png?branch=master)](https://travis-ci.org/nullobject/pbasm)

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

## Building

> stack build
> stack install

## Testing

> stack test

## References

* [Xilinx PicoBlaze](http://www.xilinx.com/products/intellectual-property/picoblaze.htm)
* [The Monad.Reader Issue 6](http://www.haskell.org/wikiupload/1/14/TMR-Issue6.pdf)