12-02-2005 10:23 PM
12-03-2005 02:07 AM
@wqvong wrote:
Hi, i was wondering how would be able to switch numbers around. I want to do this is hex.
For example 100 in hex is 64
i want to be able to write it as 0x64 0x00
for 256 written as 0x00 0x01
and for 1000 which is normally 0x03 0xE8
written as 0xE8 0x03.