# Class: com.pnfsoftware.jeb.core.units.code.asm.memory.Range

A memory range and its protection flags.

## Constructor: Range
- parameter: `start`, type: `long`
- parameter: `end`, type: `long`
- parameter: `protection`, type: `int`

Description: Create a memory range.
parameter: start: start address, inclusive
parameter: end: end address, exclusive
parameter: protection: memory protection flags

## Field: end
Type: `long`
Description: Range end address, exclusive.

## Field: protection
Type: `int`
Description: Memory protection flags.

## Field: start
Type: `long`
Description: Range start address, inclusive.

