/cpu_emulator

A CPU emulator with basic instructions like "LOAD", "STORE", "JUMP" etc.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

CPU Emulator

A CPU emulator with basic instructions like "LOAD", "STORE", "JUMP" etc.

How to use

  • Clone repository
  • javac App.java
  • java App program.txt

Instruction Set