This is an emulator for the Von-Neumann CPU Architecture
The Code was created in Dev-C++. A makefile will be supplied down the line, for now it is best to compile with Dev-C++. Compile it with what you want.
To Execute code you have to create a Hex-File with the wanted Instructions. After that execute from the commandline by typing "(FileName).exe (FileName).(vn, hex, asm)".
Some of was lifted and edited from here: http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/