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.
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 is a big Array of integers (256 members) and an Array of 1000 integers for program memory