??? 04/13/08 12:34 Read: times |
#153185 - not using an assembler? Responding to: ???'s previous message |
Are you assembling code by hand? If so, the assembler program will calculate the hex code for you.
If you really want or need to do it yourself, take the 3 MSB, shift them left 5 places and add 11H. I think you get: 3msb code 0 11h 1 31h 2 51h 3 71h 4 91h 5 b1h 6 d1h 7 f1h |