Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nullobject/pbasm
- Owner: nullobject
- License: bsd-3-clause
- Created: 2013-09-25T06:52:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T05:09:14.000Z (9 months ago)
- Last Synced: 2024-10-21T18:35:20.235Z (22 days ago)
- Topics: assembler, fpga, haskell, microcontroller, picoblaze
- Language: Haskell
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)