Crates.io | lmc-assembly |
lib.rs | lmc-assembly |
version | 0.1.7 |
source | src |
created_at | 2023-03-28 09:32:09.19024 |
updated_at | 2023-04-09 17:54:53.383063 |
description | A library for assembling and running LMC (Little Man Computer) programs. |
homepage | |
repository | https://github.com/CDE90/lmc-assembly |
max_upload_size | |
id | 822891 |
size | 21,863 |
This is my implementation of the LMC assembly language.
This implementation is based on the LMC specification (wikipedia) and Peter Higginson's LMC simulator.
See the examples directory for example programs.
I have created a separate repository for the CLI, lmc-cli.
This project is licensed under the MIT License - see the LICENSE file for details