Code Monkey home page Code Monkey logo

hack-assembler's Introduction

Hack-Assembler

Hack-Assembler is a machine language assembler for the 16-bit Hack assembly language. This is the final project in part 1 of the course Build a Modern Computer from First Principles: From Nand to Tetris.

Description

Hack-Assembler accepts a program written in the Hack Assembly Language as a .asm file, converts it into Hack Machine Language (binary), and finally writes the assembled code to a .hack file of the same name (creates file if necessary).

The assembler is implemented in the following components:

  1. HackAssembler.py: Main class. Drives the assembly process. Handles reading of the assembly file (.asm) and writing the of hack file (.hack).
  2. SymbolTable.py: Class responsible for holding pre-defined symbols, and setting new symbols and variables.
  3. Parser.py: Class responsible for formatting, identifying symbol types, and handling conversion of instructions.
  4. Code.py: Class responsible for converting assembly instructions into binary code.

For more information about the Hack Assembly Language, the Hack Machine Language, and this project's specifications, see The Elements of Computer Systems: Chapter 6.

Example Usage

$ python HackAssembler.py assets\Add.asm

hack-assembler's People

Contributors

jamespolley avatar

Watchers

 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.