programNybbles property Null safety

int programNybbles

Amount of memory taken up by program

Implementation

int get programNybbles => program.programBytes * 2;