The first bit of the FPROT is Flash Protection Disable. There are only seven bits of Flash Protect Select Bits in the FPROT. Set FPROT to $FA is correct which means the last unprotected address is $FBFF. The redirection vector table depends on the value of FPORT. When FPROT = $FA, redirection vector is 0xFBC0-0xFBFD. When FPROT = $F8, redirection vector is 0xF9C0-0xF9FD. The address of 0xFABC in the UserEntry Function means the UserEntry program is put at $0xFABC. However I think you can just remove this.
Message Edited by dereklau on
2008-11-06 02:12 PM