Go to file
Aaron Giles ef1cb1442d Simplified UML parameters, as follows:
* immediates can be passed raw, no IMM() wrapper required (and it's gone now)
* fixed integer registers now use constants I0,I1,I2,etc instead of IREG(0),...
* same for float registers F0,F1,F2,etc instead of FREG(0)
* dynamic integer/float regs use inline functions ireg(),freg()
* MEM macro is now a lower-case inline function mem()

One further change on the horizon is to remove the UML_* macros in favor of
inlines.
2011-01-17 22:49:15 +00:00
docs Added support for OSD-generated fonts. The OSD is queried first to see 2010-10-24 00:16:54 +00:00
src Simplified UML parameters, as follows: 2011-01-17 22:49:15 +00:00
.gitattributes Redo most of the DRC/backend support as C++ 2011-01-17 03:43:54 +00:00
makefile Silly. 2010-12-30 06:50:24 +00:00