BASE

Specifies the base address of the target program specified when IDF was invoked.

Read syntax diagramSkip visual syntax diagramBASeexpression
expression
An expression that resolves to an address value.

Use the MODULE BASE command (see MODULE BASE) to set the base address of other programs defined to IDF.

May be used when debugging a self-loading nucleus extension to follow the code to its new location.

Examples

SET BASE X'21000'