Generate a byte array instead of using strings for the byte codes
commit3720f7beaeaefeb1e6bbf1bb8416ef78d4abe6e6
authorH. Peter Anvin <hpa@zytor.com>
Mon, 12 May 2008 18:00:50 +0000 (12 11:00 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 12 May 2008 18:00:50 +0000 (12 11:00 -0700)
treeef4d366d67a69c27e7b19936d90300209cec4281
parent387c1c271426256ed04439d43b31cdc41a625ed1
Generate a byte array instead of using strings for the byte codes

Generate a byte array instead of using C compiler strings for the byte
codes.  This has a few advantages:

- No need to special-case zero due to broken C compilers.
- Only insns.pl only ever reads the string, so we can invent our own
  syntax.
- Compaction.
- We can give it the proper, unsigned type.
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
assemble.c
insns.h
insns.pl