[Haskell-cafe] ANN: processor-creative-kit
Takenobu Tani
takenobu.hs at gmail.com
Sat Jan 31 01:10:00 UTC 2015
Dear Haskellers,
I am pleased to announce the first release of processor-creative-kit
package for playing processors.
You can create your processors with your own instruction set.
It simulates a simple microprocessor(cpu) with some development tools.
https://hackage.haskell.org/package/processor-creative-kit
https://github.com/takenobu-hs/processor-creative-kit
feature:
* easy try, easy modify
* a purely functional CPU core (without IO)
* including a very simple prototype assembler
* including a very simple prototype profiler
* including a very simple prototype debugger
Thank you,
Takenobu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20150131/47910d92/attachment.html>
More information about the Haskell-Cafe
mailing list