Go Back   EcoModder Forum > Search Forums
Register Now
 Register Now
 

Showing results 1 to 1 of 1
Search took 0.05 seconds.
Search: Posts Made By: Froggy
Forum: OpenGauge / MPGuino FE computer 09-26-2009, 07:34 PM
Replies: 23
Views: 28,438
Posted By nickdigger
here you go: //byte row_offsets is unused ...

here you go:

//byte row_offsets is unused
byte dr = 0x80 + x + (y&1 ? 0x40 : 0) + (y&2 ? 0x14 : 0);
//32 bytes saved (burp)


edit: this one appears to save 18 more:

byte dr = 0x80 + x;
Showing results 1 to 1 of 1

 
Forum Jump


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com