µSer
|
Attribute: Store a signed integer in Two's Complement format. More...
#include <uSer.hh>
Attribute: Store a signed integer in Two's Complement format.
This is the most popular format, used on x86, AVR, ARM. When applied to a -Bit-Integer, let denote its raw bits with being the most significant and the least significant one. Then is the sign bit. The value of the integer is:
The range for a signed -Bit-Integer with Two's Complement is .