PZ80emu
0.1
|
type to deal with endianness and access of high/low bits More...
#include <z80.h>
Data Fields | |
uint16_t | W |
16-bit pair | |
struct { | |
uint8_t l | |
low order byte | |
uint8_t h | |
high order byte | |
} | B |
Combination of High and Low bytes in correct order for endianness. | |
type to deal with endianness and access of high/low bits