ack/mach/proto/as
George Koehler f705339f86 Allow more tokens in the assembler.
I need this so I can add more %token lines to mach/powerpc/as/mach2.c

The assembler's tempfile encoded each token in a byte.  This only
worked with tokens 0 to 127 and 256 and 383.  If a token 384 or higher
existed, the assembler stopped working.  I need tokens 384 and higher.

I change the token encoding to a 2-byte little-endian integer.  I also
change a byte in the string encoding.
2017-01-17 22:41:11 -05:00
..
build.lua Raspberry Pi backend now builds. 2016-08-20 12:40:13 +02:00
comm0.h Delay inclusion of <stdint.h> when compiling comm2.y 2017-01-16 22:39:44 -05:00
comm1.h Use prototypes in mach/proto/as/comm5.c 2017-01-17 16:41:29 -05:00
comm2.y Header --> Id 1994-06-24 14:02:31 +00:00
comm3.c Use relocation enumerations rather than hard-coded values for relocation types 2013-05-29 14:11:04 +01:00
comm4.c Add enough return types to the K&R C that the ACK builds (on Linux) using clang 2016-11-10 22:04:18 +01:00
comm5.c Allow more tokens in the assembler. 2017-01-17 22:41:11 -05:00
comm6.c Remove some obsolete code that causes a gcc warning. 2017-01-16 18:09:55 -05:00
comm7.c 64-bit-ify (adhoc varargs are evil). 2015-03-23 00:07:59 +01:00
comm8.c Header --> Id 1994-06-24 14:02:31 +00:00
proto.make Header --> Id 1994-06-24 14:02:31 +00:00