I would like to create an array of 255 Bools in a data_seg but I am not sure if im doing it right (the array and the data_seg part)?
Would I also have to enter 255 values?

data_seg(...);
static bool[255] KeyStatus = ???;
data_seg;