daedalus / bitlogicemu

bitwise operation examples

Repository from Github https://github.comdaedalus/bitlogicemuRepository from Github https://github.comdaedalus/bitlogicemu

MIPSemu

Author Dario Clavijo 2016 GPLv3

Inspired in the lectures of Allan Gottlieb https://cs.nyu.edu/~gottlieb/courses/2000s/2007-08-fall/arch/lectures/lectures.html

The intention of this POC is to provide the internals of a MIPS microprocesor architecrure pure implemented in boole logic, avoiding python internal control structures like if,while,for,etc and atomic data types where posible. But there is a catch, how we can implement feedback without recursion.

About

bitwise operation examples


Languages

Language:Python 100.0%