doneirik
Electrical
- Jun 3, 2005
- 15
dear forum,
I need to implement a simple routine that performs binary addition of 2 bytes (stored as 'char') (the method is used for calculating checksum for an wireless comm)
e.g.
char a = '0x41';
char b = '0x52';
'0x41' 1000 0001
+'0x52' 0101 0010
='0xD3 1101 0011
does anyone have some sample code available of any links.
best regards
doneirik
I need to implement a simple routine that performs binary addition of 2 bytes (stored as 'char') (the method is used for calculating checksum for an wireless comm)
e.g.
char a = '0x41';
char b = '0x52';
'0x41' 1000 0001
+'0x52' 0101 0010
='0xD3 1101 0011
does anyone have some sample code available of any links.
best regards
doneirik