dasbluehole / vcpu

A CPU Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vcpu

A CPU Simulator

A simple CPU implementation for fun

  • Very small Instruction set

  • Only 8 bit rgisters

  • only 1kb memory (including stack and data)

  • program memory at 0x100 offset

see main.c for how to write programs to execute on this cpu ;)

About

A CPU Simulator

License:GNU General Public License v2.0


Languages

Language:C 99.6%Language:Shell 0.4%