Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kermanx/lc3
- Owner: KermanX
- License: mit
- Created: 2024-12-11T15:20:05.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-12-20T15:53:04.000Z (7 days ago)
- Last Synced: 2024-12-20T16:33:39.767Z (7 days ago)
- Topics: assembler, lc3, simulator
- Language: TypeScript
- Homepage: https://kermanx.github.io/lc3/
- Size: 505 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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