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

A native instruction item represents a concrete [IInstruction](IInstruction) at a specific memory address.

## Method: getHints
- parameter: `create`, type: `boolean`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.items.InstructionHints`

Description: Retrieve the specific instruction hints.
parameter: create: true to create hints if none exist
return: instruction hints, or null if none exist and `create` is false

