
31 Jan
2015
31 Jan
'15
1:10 a.m.
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