Gets the default address size used by this architecture.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
DataSize AddressSize { get; } |
| Visual Basic |
|---|
ReadOnly Property AddressSize As DataSize Get |
| Visual C++ |
|---|
property DataSize AddressSize { DataSize get (); } |
Field Value
A member of the DataSize enumeration.
Remarks
The address size may be overrided for individual instructions, depending on the architecture.
Contracts
Get
| Ensures |
|---|
Enum.IsDefined(typeof(DataSize), Contract.Result<DataSize>()) |