# Interface: com.pnfsoftware.jeb.core.units.code.asm.items.INativeMemoryItem

Secondary master interface for native code items that have a start address, but may not span a continuous range of bytes.

## Method: getLabel
- return type: `java.lang.String`

Description: Get the item label, which is the effective name.
return: item label

## Method: getMemoryAddress
- return type: `long`

Description: Get the memory address of this item in bytes. All memory items must have a valid memory address.
return: memory address

