Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 447 Bytes

File metadata and controls

19 lines (10 loc) · 447 Bytes

SBU_CPU_Assembler

a simple assembler for the CPU defined for Computer Architecture Lab course 3961

Contribution

Feel free to comment or make pull requests to improve! 😉

Preparation

Create src\CONFIG.java file in the project. You can copy and modify src\CONFIG.sample.

(Preferred to use JetBrains IntelliJ IDEA)

Usage

java Assembler.class input.asm output.coe

(or add Program Arguments in the Run Configurations of IDE)