|
|
|
|
|
by fhars
2291 days ago
|
|
If you have eight bit bytes, you would of course store these as three two digit BCD numbers requiring one byte each, and need no conversion logic. (The code for printing BCD numbers is already there, because you need it to print
amounts of money anyway). |
|