Skip to main content

Convert KickAssembler prg object code to Atari 8 Bit xex file

Project description

prg2xex

Convert KickAssembler .prg object code to Atari 8 Bit .xex file.

It does this by prepending 0xff 0xff to the beginning of the file and then inserting the end address of the code after the start address.

On a Mac you can then double click on the resulting file to open it in the Atari800MacX emulator.

Dependencies

Installation

pip3 install prg2xex

Usage

prg2xex < object.prg > object.xex

Where object is the name of your object code.

Testing

Run unit tests with:

pytest

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

prg2xex-0.0.3.tar.gz (2.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