12 #define LB(r) ((r).b[LO][LO])
13 #define HB(r) ((r).b[LO][HI])
14 #define W(r) ((r).w[LO])
34 #define xAF DW(cpu.af)
35 #define xBC DW(cpu.bc)
36 #define xDE DW(cpu.de)
37 #define xHL DW(cpu.hl)
39 #define xPC DW(cpu.pc)
40 #define xSP DW(cpu.sp)
51 #define FL 0x0F /* low unused portion of flags */
54 #endif /* __CPUREGS_H__ */