mirror of
https://github.com/holub/mame
synced 2025-05-17 19:24:59 +03:00
![]() * 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. |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |