INREG
#define INREG( regs, addr ) (*((vuint32 *)(regs + (addr))))
#define INREG(addr) *((vuint32*)(gInfo.regs + addr))