thibaultduponchelle / bin8x

:computer: ti8x binary packer

Home Page:https://ticalc.org/archives/files/fileinfo/478/47838.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.github/workflows/test.yml

bin8x

bin8x is a "binary packer" for ti8x (ti82, ti83, ti83+, ti84+ etc...) serie.

A "binary packer" is a tool that you would need to wrap assembly (or C) compiled z80 code into a binary that can be transferred to a calculator.

Usage

Build with make then run:

./bin8x -i test.bin -o TEST.8xp

OR

./bin8x test.bin TEST.8xp

Credits

The main author of bin8x was (and still is) Peter Martijn Kuipers. Current maintainer is Thibault Duponchelle.

Several other people helped to improve (or even release 1.x versions):

See history or ARCHIVE.md for more informations.

Notes

I initially used the name bin8x_improved on ticalc.org to differenciate (but keeping attributions to same group of people, since it's something we can do in ticalc 👍).

In 2023, I renamed this repository and I now start using bin8x name.

About

:computer: ti8x binary packer

https://ticalc.org/archives/files/fileinfo/478/47838.html

License:Other


Languages

Language:C 79.7%Language:C++ 13.0%Language:Shell 7.1%Language:Makefile 0.3%