Skip to content

A stackful virtual CPU written in C++. all operations occur on stack. CPU registers are there but only for the most basic purposes, like instruction pointer, stack pointer and base pointer.

Notifications You must be signed in to change notification settings

neoned71/Virtual-CPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Virtual-CPU

A stackful virtual CPU written in C++. All operations are done using stack. CPU registers are there but only for the most basic purposes, like instruction pointer, stack pointer and base pointer.

Compilation

To compile the machine on a linux platform, run: g++ simulator.cpp machine.cpp instructions.hpp -o machine

About

A stackful virtual CPU written in C++. all operations occur on stack. CPU registers are there but only for the most basic purposes, like instruction pointer, stack pointer and base pointer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages