This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

byte move in a 16 bit system

Genius 5910 points


Hi,

 I  have a pointer to a unknown type with length x. I like to break it down in a  byte-array so I can send them. That is pretty hard in a 16 bit system without a byte type.

 I tried to use __byte but it is always return 0.  So any suggestion for a elegant solution?

Thanks!