Programs I wrote many years ago to convert Apple II binary file formats to things that are usable on current systems
Go to file
2017-11-03 12:41:30 -07:00
a2pic.c Fix the blatantly wrong compiler warnings 2017-09-01 12:30:20 -07:00
awp.c Fix the blatantly wrong compiler warnings 2017-09-01 12:30:20 -07:00
crypto.c Fix the blatantly wrong compiler warnings 2017-09-01 12:30:20 -07:00
fp.c Extra data at the end seems to be expected 2017-11-03 12:41:30 -07:00
Makefile Add Makefile 2013-06-13 14:23:11 -07:00
orca.c Fix the blatantly wrong compiler warnings 2017-09-01 12:30:20 -07:00
pack.c Fix the blatantly wrong compiler warnings 2017-09-01 12:30:20 -07:00
ps.c Fix the blatantly wrong compiler warnings 2017-09-01 12:30:20 -07:00
README.md Add README 2013-06-13 14:36:40 -07:00
txt.c Convert CR-delimited text to LF-delimited 2013-06-13 14:22:24 -07:00
zb.c Extract full token set from EDITOR.OBJ1 2017-09-05 17:05:15 -07:00

apple2-converters

These are some programs I wrote many years ago to convert Apple II binary file formats to things that are usable on current systems.

They are:

  • a2pic.c: Convert hi-res images to XPM. Sorry, it seemed like a future-proof format choice at the time.

  • awp.c: Convert AppleWorks Word Processor files to HTML

  • fp.c: Convert AppleSoft BASIC source files to text

  • orca.c: Convert ORCA/EZ assembler source files to text

  • pack.c: Decompress run-length-encoded compressed images

  • ps.c: Convert small images from The Print Shop to XPM

and less usefully:

  • crypto.c: Superficially obscure images

  • txt.c: Convert CR-delimited text files to LF-delimited

  • zb.c: Convert ZBASIC source files to text. This isn't complete and doesn't know what a lot of the tokens are.