Valhalla Legends Archive

Programming => General Programming => Assembly Language (any cpu) => Topic started by: Grok on February 15, 2003, 06:10 AM

Title: JMP F000:E05B
Post by: Grok on February 15, 2003, 06:10 AM
IBM PC compatible computers begin executing code pointed to by the address in FFFF:0000.

I couldn't remember this the other day when talking to Kp about the first message for this forum.

FFFF:0000 EA 5B E0 00 0F

Title: Re: JMP F000:E05B
Post by: Skywing on February 18, 2003, 03:40 AM
And, also, the address jumped to was supposed to be BIOS dependant...
Title: Re: JMP F000:E05B
Post by: Grok on February 18, 2003, 04:38 AM
Which is why I started execution at FFFF:0000, which contains the BIOS dependent jump ;)