RESTOR
Restore default system & interrup vectors
Function | Address | Description |
---|---|---|
RESTOR | FF8A | Restore default system & interrup vectors |
This routine restores the default values of all system vectors used in KERNAL and BASIC routines and interrupts.
See the Memory Map for the default vector contents.
The VECTOR routine is used to read and alter individual system vectors.
Last modified October 19, 2021: Finish off core Kernal API entry points (ffbad18)