Tartarus CVS: ciel chris

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Thu, 14 Feb 2002 22:13:08 +0000


CVSROOT:	/usr/data/cvs
Module name:	ciel
Changes by:	chris	02/02/14 22:13:08

Modified files:
	.              : Tag: insn-decode-2 Makefile.am emulation.cc 
	include        : Tag: insn-decode-2 emulation.h 
Added files:
	.              : Tag: insn-decode-2 decode.cc optables.cc 
	include        : Tag: insn-decode-2 decode.h instruction.h 
	                 logical_ops.h optables.h 

Log message:
The beginnings of a new table-driven instruction decoder.
Should save a lot of duplicated code, be much more maintainable and
understandable, and be more flexible (eg making a JIT possible).