A graphical replica of the Von- Neumann architecture. This code contains the implementation for Arithmetic Logic Unit and Central Processing Unit. The basic instruction set is shown below. The RAM (random access memory) module generates addresses from starting to end in a 2 segment format. The hard drive module works reading files from current directory.
A text file is read from current directory, the data is passed onto the ALU, which decodes relevant information and passes it onto the next module. The instruction set has been modified from the original x8086 assembler.
This software requires MASM611 or DOSBox to be installed on your system. For more information, please refer here