Skip to content

m0Mh42/16bitcpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

16-Bit Virtual CPU

A virtual CPU written in C++. Executes the given program, with 16k instructions limit.

I'm still developing it.

Features (until now):

  • 32k 2-byte memory address (16k for program, 16k ram)
  • 4 byte register, with instruction pointer
  • some little instructions

Program location is under bin folder. Running make compiles the Virtual CPU and runs the program.

Releases

No releases published

Packages

No packages published