Use new bin2h.py mode.

This commit is contained in:
Markus F.X.J. Oberhumer
2008-04-04 16:37:12 +02:00
parent 8283e4e6d6
commit a51d269b7c
4 changed files with 350 additions and 352 deletions
@@ -30,7 +30,7 @@
# Convert binary 4-byte integers to assembler input.
# Endian-ness will be handled by the assembler.
od -Ax -tx4 |
od -Ax -tx4 |
sed -e '
/^\([^ ]*\) \([^ ]*\) \([^ ]*\) \([^ ]*\) \([^ ]*\)$/ {
s//\/*0x\1*\/ .long 0x\2,0x\3,0x\4,0x\5/p