tsoding / pinpog

Ping-Pong-like game in Assembly that works without OS
MIT License
571 stars 36 forks source link

Change GameState.bar_len into a word. #70

Closed edorfaus closed 5 years ago

edorfaus commented 5 years ago

This replaces some of the largest instructions with smaller ones, and is thus a net gain despite the size increasing elsewhere.

This saves 4 bytes.

rexim commented 5 years ago

@edorfaus looks good! Thanks for the contribution!