Skip to content

A Hack Assembler reads assembly language files (.asm) and translates them into machine code, producing .hack files.

Notifications You must be signed in to change notification settings

tianna0/Assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Assembler

This program is a Hack Assembler written in Python. It reads assembly language files (.asm) and translates them into machine code, producing .hack files.

Requirements

  • Python 3.x

Usage

To use the Hack Assembler, run the script from the command line with a .asm file as an argument.

Example: python3 Assembler.py filename.asm

*You need to place the test file in the same directory with this program file.

About

A Hack Assembler reads assembly language files (.asm) and translates them into machine code, producing .hack files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages