Giter VIP home page Giter VIP logo

hackassembler's Introduction

HackAssembler

This is an example Java implementation of a command-line Hack Assembler for the Hack platform in the 'Elements of Computing Systems - Nand to Tetris Companion' book and course. This implementation is built to fulfill the specification set down in Chapter 6 and passes the tests described at the end of the chapter. It will assemble, to binary code, the files provided with Chapter 6 exactly as the provided stock assembler does.

Usage

After compiling and building the HackAssembler module into a .jar file, simply run the following command in the command line.

    # java -jar [Path to your HackAssembler.jar] [Path to a .asm file].
    java -jar HackAssembler.jar /path/to/your/file.asm;

The HackAssembler should provide you with basic feedback if anything goes wrong, and will notify you on the command line when the program has finished assembling.


I understand that the Nand 2 Tetris course is run at numerous universities. This implementation is for you to use however you like, but please do not use this to skip writing your own implementation for a course. That would be dishonest and the real understanding comes from implementing it yourself.

For more information on the course (I recommend it) you can visit www.nand2tetris.org

hackassembler's People

Contributors

rudikershaw avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.