10-18-2005 08:31 PM - edited 10-18-2005 08:31 PM
Dear
In writing a code for manipulating byte of a number, I got to know here a simple method using typecasting function.
Could you recommand a method for calculating "checksum" not using split byte functions?
Thank you in advance
메시지가 10-18-2005 08:37 PM에 labmaster에 의해 편집되었음
메시지가 10-18-2005 08:37 PM에 labmaster에 의해 편집되었음
10-18-2005 08:57 PM
10-18-2005 10:46 PM
10-19-2005 12:48 AM
10-19-2005 02:44 AM
10-19-2005 09:08 AM
@tst wrote:
Furthermore, try flattening a U32 array to a string and unflattening it as a U8 array. You will see the result is different from typecasting it to a U8 array, so the help is even confusing in this case.