??? 04/02/05 06:43 Read: times |
#90854 - nope nope Responding to: ???'s previous message |
Erik, yours will return 22h on input value of 0FFh. If you want some really dirty code, check this (nothing spared, just I like these tricks - please don't comment, I know the implications on upgradability): ReverseByte: xrl a,#44h movc a,@a+pc db 22h,0A2h,62h,0E2h,02h,82h ,.,etc.;-) Jan Waclawek |