Probably the system interrupt table. Index 0 might reference the handler for the non-maskable interrupt NMI, often the same as a power-on reset.
I recall that on DOS, Borland Turbo C would detect writes to address 0 and print a message during normal program exit.