Go to file
Aaron Giles 969a705508 Added back-end validation mechanism, and a handful of tests as examples.
This will be expanded in the future.

Added two new opcodes: SAVE and RESTORE to save and restore the entire
virtual machine state for examination/setup.

Added new back-end function get_info() which returns information from
the back-end about how many actual registers will be mapped.

Fixed a bug that mapped the high a low parts of registers to the same
address. This should help the C back-end run better on big-endian
architectures.
2008-05-19 00:58:16 +00:00
docs Added uncompressed AVI recording. Extended aviio to be able 2008-05-13 03:02:11 +00:00
src Added back-end validation mechanism, and a handful of tests as examples. 2008-05-19 00:58:16 +00:00
.gitattributes Restructured input port internals and cleaned up inptport.c: 2008-05-15 16:25:03 +00:00
makefile New universal dynamic recompiler system. The central module 2008-05-11 22:15:13 +00:00