a simple assembler for the CPU defined for Computer Architecture Lab course 3961
Feel free to comment or make pull requests to improve! 😉
Create src\CONFIG.java file in the project. You can copy and modify src\CONFIG.sample.
(Preferred to use JetBrains IntelliJ IDEA)
java Assembler.class input.asm output.coe
(or add Program Arguments in the Run Configurations of IDE)