1 #ifndef INCLUDE_REGISTERS_H_
2 #define INCLUDE_REGISTERS_H_
36 Register2(
bool _negative, uint8_t _byte1, uint8_t _byte2);
41 Register2(
char sign, uint8_t _byte1, uint8_t _byte2);
57 int16_t
value()
const;
77 void set(
int index, int8_t val);
79 void set(
bool negative, uint8_t byte1, uint8_t byte2);
84 void set(
char sign, uint8_t byte1, uint8_t byte2);
90 #endif // INCLUDE_REGISTERS_H_