Well, I guess I figured some of it out.
0xFFFF00
byte 0 :Setting for the stack mode, I have an EA here but I don't know what that means
bytes 1-3: FF8000 which is the starting address of the bootloader
bytes 4-7: nops
So this makes sense but it seems like there should be a full vector table somewhere. Should IVPD and IVPH basically be set once to reference the vector tables or will they change?
Thanks,