const StatusWord({required this.sw1, required this.sw2}) : assert(sw1 >= 0 && sw1 < 256), assert(sw2 >= 0 && sw2 < 256);