INREG8
#define INREG8( regs, addr ) (*(regs + (addr)))
#define INREG8(addr) *((vuint8*)(gInfo.regs + addr))
#define INREG8(addr) *((vuint8*)(gInfo.regs + addr))
#define INREG8(addr) (*((vuint8*)(gInfo.regs + (addr))))
#define INREG8(addr) *((vuint8*)(gInfo.regs + addr))