charlesrosenbauer / depmap-cpu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPMAP CPU

This is a CPU emulator that tracks dependencies between registers, RAM, etc. and exports them as a graph that can be visualized. WIP.

The computer is 16-bit because graphs of very large programs would be expensive.

About

License:MIT License


Languages

Language:C 92.8%Language:Makefile 7.2%