In-depth understanding of computer systems - Chapter III -3.3 data format

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/weixin_40199047/article/details/102472038
Cstatement Inteltype of data Assembly code suffix Size (bytes Bytes)
char Byte Bytes( ) b 1
short Word word( ) w 2
int Double Word l 4
long Four words q 8
char* Four words q 8
float Single-precision s 4
double Double l 8

FIG 3-1 Clanguage data type in the x86-64size of the. In 64place machines, long pointer 8byte.

Guess you like

Origin blog.csdn.net/weixin_40199047/article/details/102472038