??? 02/25/04 18:12 Read: times |
#65485 - RE: signed number by unsigned division Responding to: ???'s previous message |
- make the signed number positive, but remember the sign.
- Divide the 16 bit number by the 8 bit one (do NOT ask how to do that, look in the code library if you must) - Put the sign back into the result (quotient) |
Topic | Author | Date |
signed number by unsigned division | 01/01/70 00:00 | |
RE: signed number by unsigned division![]() | 01/01/70 00:00 |