Skip to content

mcbattirola/lc3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LC3

An LC3 implementation in Zig.

It includes all operations and trap codes.

Currently works on Linux and Windows.


2048 example

Usage

$ zig version
0.14.0-dev.1671+085cc54aa
$ lc3 -h
 Usage:
  lc3 [options]

 Options:
  -h, --help                  Display this help
  -r <file>, --rom <file>     Runs the ROM file (required)

To build, use zig build or build and run with zig build run -- -r <path-to-rom>.

About

LC-3 implementation in Zig

Topics

Resources

License

Stars

Watchers

Forks

Languages