Skip to content

Version 4.17.0 Release the snakes

Compare
Choose a tag to compare
@TricksterGuy TricksterGuy released this 24 Sep 10:48
· 265 commits to master since this release

lc3 test

lc3_test binary is now gone, replaced in favor of a new python based test framework for assembly code. It is feature parity with the old xml files with the exception of "read-answer" for lc3 calling convention checker gone due to being broken. A new addition also allows you to check for traps called.

lc3_runner

This binary is also gone the replacement is the python based cli simulator.

comp

This binary is now gone, but relives as a python based lc3 simulator based on pylc3.

Pylc3

pylc3 has been expanded with a lot more functions.

complx

Complx is now smart enough to determine if a assembly file has been modified and asks the user if they would like to reload it.