Alwinfy / lc3tools

A complete overhaul of the LC-3 simulator used in EE 306 at The University of Texas at Austin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LC3Tools Build Status

LC3Tools is a modern set of tools to build code for and simulate the LC-3 system described in Introduction to Computing by Dr. Yale Patt and Dr. Sanjay Patel.

This project has the following aims:

  • Consistent cross-platform support (across Windows, macOS, and Linux)
  • Consistent behavior across the GUI, command line tools, and other applications
  • Intuitive user interface
  • Powerful grading API for classroom settings
  • Well-documented, simple, open-source code base

All of the code for the project lives in this repository, but it can be broken down into three components: a set of command line tools, a GUI, and a series of graders.

Quick Start

Students trying to use LC3Tools can refer to the downloading/installing guide and the beginniner's usage guide.

Instructors trying to use the grading infrastructure will need to build from source and use the command line utilities. The grader document will also be useful.

Downloading Releases

Pre-built GUI packages for Windows, macOS, and Linux can be found in the Releases tab. The command line tools and graders must be built from source as described in the following section.

Building from Source

Building the command line tools and the graders only requires CMake and a compiler that supports C++11. The command line tools and graders are built simultaneously with a single command. More details on how to build these two components can be found in the build document.

The GUI can also be built from source but additionally requires NodeJS and Yarn to be installed. Directions on how to build the GUI can also be found in the build document.

Additional Information

More details on how to use the individual components can be found in the command line tools, GUI, and graders documents.

Copyright Notice

Copyright 2020 © McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.

About

A complete overhaul of the LC-3 simulator used in EE 306 at The University of Texas at Austin.

License:Apache License 2.0


Languages

Language:C++ 73.8%Language:Vue 11.5%Language:JavaScript 7.9%Language:Assembly 3.5%Language:Python 1.5%Language:CMake 1.3%Language:HTML 0.2%Language:C 0.2%