Pointer DocumentsI found Xcalibur's document the most useful when I was just getting started.
Unfortunately it contains things that are just plain wrong.
A pointer is a string of hexidecimal numbers (usually 2 bytes)
that tells the ROM to jump to a different place in the code. It
is sort of like the GoTo command in Visual Basic, except not as
easy as that.
A pointer does just what its name means: it points to a certain
location in the ROM and reads a string from that point until it
reaches an end byte, telling it to stop reading.
A header, in case you're wondering,
is the first 200 hex bytes of the ROM.