descriptionAssembler for Hack platform.
ownersteven@schronk.com
last changeSun, 31 Oct 2010 16:27:58 +0000 (31 11:27 -0500)
content tags
add:
readme
NOTE: THIS IS A MIRROR OF THE PROJECT.

THE BLESSED VERSION IS AT GITHUB.

http://github.com/steven-schronk/Hack-Assembler
Hack Assembler

This is an assembler for the Hack computer platform.

This assembler is needed for the book "Elements of Computing Systems: Building a Modern Computer from First Principles." by Noam Nisan and Shimon Schocken.
shortlog
2010-10-31 Steven SchronkUpdated link in README file.master
2010-02-11 Steven SchronkHash table update for loading symbols.
2010-02-09 Steven SchronkUpdated Makefile.
2010-02-09 Steven SchronkCommand options added.
2010-02-07 Steven SchronkAssembler now outputs to file.
2010-02-06 Steven SchronkSymbols for address commands fixed.
2010-02-06 Steven SchronkSmall fixes for symbols.
2010-02-06 Steven SchronkContinued to add symbol support.
2010-01-30 Steven SchronkCreated function to load symbols from source.
2010-01-25 Steven SchronkSymbol table now supports both name and address of...
2010-01-22 Steven SchronkAdded symbol hash code.
2010-01-17 Steven SchronkFirst tested and verified version.v1.0
2010-01-16 Steven SchronkCode works correctly with MaxL example.
2010-01-15 Steven SchronkAdded functionality to enc_comp, removed extra printf.
2010-01-15 Steven SchronkChanges made to arguments of code and parse functions.
2010-01-12 Steven SchronkFixed bug in enc_dest and enc_jump.
...
tags
14 years ago v1.0 Version 1.0
heads
13 years ago master