41
41
#define DEC_BARREL {B8(00010001), B8(00110111)}
42
42
#define DEC_MUL {B8(00010000), B8(00110111)}
43
43
#define DEC_DIV {B8(00010010), B8(00110111)}
46
46
#define DEC_LD {B8(00110000), B8(00110100)}
47
47
#define DEC_ST {B8(00110100), B8(00110100)}