LC-3 Assembler and Simulator This is a simple assembler and simulator for LC-3, a simple computer architecture. Both the assembler and simulator are written in TypeScript. This is for the course project of ICS at USTC, 2024 Fall. Assembler See ./assembler. Simulator See ./simulator. Playground Visit https://kermanx.github.io/lc3