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
Release files for prg2xex 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| prg2xex-0.0.3.tar.gz | 2.0 kB | Details |
Release files / prg2xex-0.0.3.tar.gz
| Download URL | prg2xex-0.0.3.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ea7c7755581e6256a475495df71e4e745f46ec97a3e8669b5863bf65faeeef06
|
|
BLAKE2b-256 checksum How to use checksums |
b24d12bb8765bcbb44c3bdbf34885993d741b991308198dd2e49817a82ce6dce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.5
|