tsoding / pinpog

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

Various small size optimizations #68

Closed edorfaus closed 5 years ago

edorfaus commented 5 years ago

These are all fairly simple and small (2 or 3 bytes each), so I thought I'd keep them together. If you'd rather get them separately, that's fine, I can split them up.

This group saves 10 bytes total.

rexim commented 5 years ago

@edorfaus nice optimizations! Thank you for the contribution!