Skip to content

Releases: fredmorcos/has

has-0.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Feb 16:46
  • Improved error messages with detailed information about error and
    token locations in HACK sources.

  • Full documentation of every module, structure and function.

has-0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Jan 18:21
  • Includes a well documented HACK disassembler which can be used to
    disassemble HACK binary files and their textual representations
    into their HACK assembly representation. The produced files can be
    used with the CPU emulator provided by Nand2Tetris.

has-0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Jan 21:39
  • Includes a well documented HAS assembler which can be used to
    assemble HACK assembly files into their binary representation as
    well as the latter's textual representation. The produced files can
    be used with the CPU emulator provided by Nand2Tetris.