premkjain/Simple-Assembler-Simulator
This project develops a custom assembler and simulator for a 16-bit ISA, supporting arithmetic, data movement, control flow, and special operations. It translates assembly to machine code and simulates execution, emphasizing error handling and computational fundamentals within a simulated system.
Python