lmc-assembly

Crates.iolmc-assembly
lib.rslmc-assembly
version0.1.7
sourcesrc
created_at2023-03-28 09:32:09.19024
updated_at2023-04-09 17:54:53.383063
descriptionA library for assembling and running LMC (Little Man Computer) programs.
homepage
repositoryhttps://github.com/CDE90/lmc-assembly
max_upload_size
id822891
size21,863
Ethan Coward (CDE90)

documentation

README

Little Man Computer Assembly Language

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.

Example CLI

I have created a separate repository for the CLI, lmc-cli.

License

This project is licensed under the MIT License - see the LICENSE file for details

Commit count: 22

cargo fmt