loadpc

From SnesLab
Jump to: navigation, search

loadpc (Load Program Counter) is an xkas directive that loads a 24-bit address from a file into the program counter.

Syntax

loadpc filename.xpc [, index]

The default index is zero. The address loaded is at file offset index*4.

See Also