Ada Programming/Attributes/'Address Size

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Description

[edit | edit source]

Is a static constant giving the number of bits in an Address. It is the same value as System.Address’Size, but has the advantage of being static, while a direct reference to System.Address’Size is nonstatic because Address is a private type.

Example

[edit | edit source]

Standard'Address_Size (Standard is the only allowed prefix)