Skip to main content

An assembler for the 68112D microprocessor

Project description

The 68112D is a clone of the 68HC11 microcontroller, with extra instructions to generate 2D graphics on a VGA display.

The asm2d assembler turns the assembly code into VHDL code to synthesise a memory using an array of 8 bit vectors.

Installation

Using pip:

pip install asm2d

For development

python setup.py develop

Running

Compile a file:

asm2d source.s

The default output file will have the same name as the source file, but with a .vhd extension. You can change this with the -o flag:

asm2d source.s -o memory.vhd

Help

asm2d -h

Project details


Download files

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

Source Distribution

asm2d-0.1.2.tar.gz (8.0 kB view hashes)

Uploaded Source

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