Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU Emulator

This is a CPU emulator writen in C++. The Design is fully fictional and it includes 3 Integers of imidiate stack memory and an Assembly language, which is close to be turing complete.

Stats

1 Core 3 Integers of stack memory Able to do the 4 basic mathematical operations Able to do conditional jumps Able to write and read from 256 integers of RAM Only can do mathematical operations from and to stack memory

RAM Emulator

Ram is a big Array of integers (256 members) and an Array of 1000 integers for program memory

About

A short emulator of a fictional CPU written in CPU

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages