Big Endian Format Little Endian Format C Time MSDOS Data&Time WIN32 FILETIME WIN32 SYSTEMTIME Strings ANSI Standart UNICODE Standart ASCII Characterst IBM ® Characters Integers Floating point valies
Work With Files Edit Drives Edit RAM File Menu View Menu Edit Menu Selection Menu Operation Menu Find Menu Jump Menu Tools Menu Font menu Help menu Analysis Splitter Unifier |
Integer data type There is different type of integer values. Depends from the size they are:
signed short - 16 bit (2 bytes) signed value (also called word). Can be from –32,768 to 32,767. unsigned short - 16 bit (2 bytes) unsigned value. Can be from 0 to 65,535. long - 32 bit (4 bytes) signed value. Can be from –2,147,483,648 to 2,147,483,647. unsigned long - 32 bit (4 bytes) unsigned value (also called dword). Can be from 0 to 4,294,967,295. large integer - 64 bit (8 bytes) signed value (also called qword or _int64_t). Can be from -2^63 to 2^63-1.
The 8 bit values
types are called "bytes". |
|
All logos and trademarks in this documentation are property of their respective owner. |