8 Commits

Author SHA1 Message Date
Fish (David B. Trout) 10673a4169 (cosmetic: remove #include) [skip travis] 2021-08-01 07:35:25 -07:00
Fish (David B. Trout) 771dccae92 standard beginning of all source files ...
... according to comments in impexp.h.
2018-03-08 13:27:41 -08:00
Fish (David B. Trout) a22e26e108 Use capital (C) in Copyright message 2018-03-08 13:27:34 -08:00
Fish (David B. Trout) c80e60a2ce LARGE Cosmetic: many renames and added comments:
_ARCHMODE1/2/3    ==>  _ARCH_NUM_0/1/2
ARCH_370/390/900  ==>  ARCH_370/390/900_IDX
GEN_ARCHCOUNT     ==>  NUM_GEN_ARCHS
GEN_MAXARCH       ==>  NUM_INSTR_TAB_PTRS
zz_func           ==>  instr_func
2018-03-08 13:25:44 -08:00
Fish (David B. Trout) ce18f83718 cosmetic:
* Rename FEATURE_COMPRESSION ==> FEATURE_CMPSC
 * Add blanks to DEF_INST and UNDEF_INST in opcode.c and .h
2018-03-08 13:25:37 -08:00
Fish (David B. Trout) d4a1b5e109 New 2012 CMPSC instruction implementation is now the default:
Original/legacy cmpsc.c implementation moved to altcmpsc.dll module.

Refer to Release Notes and/or README.CMPSC documents for more details.
2014-12-29 17:17:01 -08:00
Fish-Git d899d2e733 Fix gcc warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 2012-05-17 13:04:07 -07:00
Fish-Git 7670887c2f Alternate CMPSC algorithm enabled via #define OPTION_CMPSC_2012 in featall.h. 2012-05-13 18:34:03 -07:00