Closed jared-hughes closed 7 years ago
Initializing the register ® to 0 does not save bytes compared to 0. Initializing the register to 250 would save 2 bytes. The number 250 is certainly useful, such as encoding lists of shorts using “<encoding>’b250.
®
0
250
“<encoding>’b250
Doesn't “<encoding>‘‘ achieve the same effect, without the constant?
“<encoding>‘‘
Ah, yes. I forgot about that. Closing.
Initializing the register
®
to 0 does not save bytes compared to0
. Initializing the register to250
would save 2 bytes. The number 250 is certainly useful, such as encoding lists of shorts using“<encoding>’b250
.