A simple-ish little man computer emulator and assembler.
running the emulator:
$ c3c build lmc
$ ./build/lmc <.lmc file>running the assembler:
$ c3c build lmcasm
$ ./build/lmcasm <input asm file> <output .lmc file>| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple-ish little man computer emulator and assembler.
running the emulator:
$ c3c build lmc
$ ./build/lmc <.lmc file>running the assembler:
$ c3c build lmcasm
$ ./build/lmcasm <input asm file> <output .lmc file>