Windows x64 Software Conventions

Source: Internet
Author: User
Tags scalar windows x64

1. Type and storage

Scalar data types

  • Byte-8 bit

  • Word-16 bit

  • Double Word-32 Bit

  • Quad Word-64 Bit

  • Octa Word-128 Bit

Symbol types and their sizes in programs

Aggregation and Union

Other types, such as arrays, structs, and unions, have stricter alignment requirements to ensure consistent storage and data retrieval for aggregations and unions. The following are definitions of arrays, structs, and unions:

Array
An ordered group that contains adjacent data objects. Each object is called an element. All elements in the array have the same size and data type.

Structure
An ordered group that contains data objects. Unlike elements of an array, a data object in a structure can have different data types and sizes. Each data object in the structure is called a member.

Union
An object that can hold any named member set. The members of a named set can be of any type. The storage allocated for the union equals the storage required for the largest member of the union, plus all the white space required for alignment.

The following table shows the highly recommended alignment of the union and struct scalar members.

Not to be continued ....

Windows x64 Software Conventions

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.