Skip to main content

Translates VM files into Hack assembly files.

Project description

Translates a file containing VM (Virtual Machine) commands into a Hack assembly language file. The VM specification can can be found in the section 7.2 of Nisan, Noam. “The Elements of Computing Systems: Building a Modern Computer from First Principles.”

Usage

The assembler can be invoked via command line with the command:

vm-translator fileName.vm

, where the string fileName.vm is the translator’s input, i.e. the name of a text file containing VM commands. The translator creates an output text file named fileName.asm, containing Hack assembly commands. The output file is stored in the same directory of the input file. The name of the input file may contain a file path.

Reference

http://www.nand2tetris.org/07.php

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

vm_translator-0.1-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page