1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 14:20:20 +10:00
collapseos/apps/zasm/emul/bin2c.sh
Virgil Dupras 1ae2331763 Add zasm app
For now, only a dummy app, but it's emulated properly with libz80.
Exciting times!
2019-04-16 13:36:57 -04:00

6 lines
62 B
Bash
Executable File

#!/bin/sh
echo "unsigned char $1[] = { "
xxd -i -
echo " };"