#pragma once #include class Assigner { public: uint8_t ram[256]; uint16_t a = 0, b=0, c=0; uint32_t bc, de, hl, ea = 0; void noteOn(); };