[coreboot] Where is the first instrucion?

Tony Marchini amarchini at RTD.com
Mon Jul 25 20:58:16 CEST 2016


I would like to start with, Do not disassemble copyrighted firmware and CERTAINLY don't post your results to a public forum.

That said, the di in this case is being used as a return instruction in a piece of BIOS that clearly doesn't have the memory enabled yet. No memory, no stack. No stack then no call /ret instructions. Here they set the return point and put it in the di register and then "call" the function. The instruction after the jp di is another function.

Anthony A. Marchini




More information about the coreboot mailing list