Skip to main content

ADDRESS_WIDTH

Constant ADDRESS_WIDTH 

Source
pub const ADDRESS_WIDTH: u32 = 64;
Expand description

How wide an address is.

Every target spec/12-abi-and-runtime.md implements for 1.0 is sixty four bit, so this is a constant rather than something the model file says. When a thirty two bit target arrives it becomes something the model file says, and the rules that read memory will be the ones that notice.