VECTOR

Manage RAM Vectors
Function AddressDescription
VECTOR FF8DManage RAM Vectors

This routine manages all system vector jump addresses stored in RAM.

Calling this routine with the the accumulator carry bit set stores the current contents of the RAM vectors in a list pointed to by the X and Y registers.

When this routine is called with the carry clear, the user list pointed to by the X and Y registers is transferred to the system RAM vectors.

The RAM vectors are listed in the memory map.

This routine requires caution in its use. The best way to use it is to first read the entire vector contents into the user area, alter the desired vectors, and then copy the contents back to the system vectors.