You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is obviously intentional, but I can't quite figure out where this magical 0xe000 constant comes from. Care to enlighten me?
PS, it seems that the issue tracker might not be the best place for discussions / questions like these. Is there any other forum or mailing list better suited that I missed? Perhaps an IRC channel?
The text was updated successfully, but these errors were encountered:
You are welcome to email me directly, but the issue tracker preserves the discussion for others to see, so it’s probably best.
That 0xe000 is a kludge. There wasn’t room to add a way to print right-justified text when the eeprom code was written (for the ‘168), but the eeprom map looked ugly with the addresses coming out variable length. Adding the constant simply makes the printout columns come out right.
This could certainly be improved now that there is more space.
This is obviously intentional, but I can't quite figure out where this magical 0xe000 constant comes from. Care to enlighten me?
PS, it seems that the issue tracker might not be the best place for discussions / questions like these. Is there any other forum or mailing list better suited that I missed? Perhaps an IRC channel?
—
Reply to this email directly or view it on GitHub.
patthoyts
added a commit
to patthoyts/bitlash
that referenced
this issue
Dec 31, 2014
…tput
A constant offset of 0xe000 was added purely to assist in formatting the
addresses which can be replaced by reusing the printIntegerInBase function.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
See https://github.com/billroy/bitlash/blob/master/src/bitlash-eeprom.c#L252
This is obviously intentional, but I can't quite figure out where this magical 0xe000 constant comes from. Care to enlighten me?
PS, it seems that the issue tracker might not be the best place for discussions / questions like these. Is there any other forum or mailing list better suited that I missed? Perhaps an IRC channel?
The text was updated successfully, but these errors were encountered: