Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kermanx/lc3

LC3 Assembler & Simulator for USTC ICS 2024 Fall
https://github.com/kermanx/lc3

assembler lc3 simulator

Last synced: 6 days ago
JSON representation

LC3 Assembler & Simulator for USTC ICS 2024 Fall

Awesome Lists containing this project

README

        

# 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](./assembler).

## Simulator

See [./simulator](./simulator).

## Playground

Visit https://kermanx.github.io/lc3