collapseos/tools
Byron A. Grobe f65c189e9b
Replace bin2c.sh with a more portable implementation.
`xxd' is not available on all systems, and on others does not support
the `-i' flag. Since bin2c.sh relied on a tool that I can't seem to find
a compatible version of, I have included a simple, portable replacement in C.

Usage remains the same:
bin2c ARRAYNAME < inputfile > outputfile.

This change is also reflected in emul/Makefile.
2020-04-05 13:04:05 -05:00
..
bin2c Replace bin2c.sh with a more portable implementation. 2020-04-05 13:04:05 -05:00
cfspack cfspack: fix compilation error 2019-12-31 15:12:17 -05:00
.gitignore recipes/trs80: new recipe (WIP) 2020-01-11 23:01:28 -05:00
Makefile Fix tools Makefile for GNU make 2020-02-12 10:12:46 -05:00
blkdump.c tools: use BASIC's new while loop 2019-12-12 12:04:56 -05:00
common.c tools/uploadb: make it much much faster 2019-12-11 09:27:05 -05:00
common.h tools/uploadb: make it much much faster 2019-12-11 09:27:05 -05:00
fontcompile.c Rewrite font_compile.pl to C 2020-01-07 18:26:40 -05:00
memdump.c tools: use BASIC's new while loop 2019-12-12 12:04:56 -05:00
pingpong.c recipes/trs80: new recipe (WIP) 2020-01-11 23:01:28 -05:00
ttysafe.c Reverse ttysafe escaping order 2020-02-22 14:11:43 -05:00
upload.c tools: use BASIC's new while loop 2019-12-12 12:04:56 -05:00