Skip to documentation
SplitScript
  • Language
  • Standard library
  • Guides
  • Migration

SplitScript reference / MemoryRange / address

MemoryRange.address

field

MemoryRange.address: address

Returns the first mapped address.

Examples

Read the mapping base

let range = await process.findMemoryRange(0x48000, MemoryRangeAccess.ReadWrite)
let base = range.address
Generated from the SplitScript compiler's documentation catalogs.