Closed edorfaus closed 5 years ago
Since there's only two states left, this both simplifies the code and saves 15 bytes.
Only the least significant bit of the flag byte is actually used, the rest are ignored, which makes it much easier to change the flag.
@edorfaus nice idea! Thank you for the contribution!
Since there's only two states left, this both simplifies the code and saves 15 bytes.
Only the least significant bit of the flag byte is actually used, the rest are ignored, which makes it much easier to change the flag.