Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. joshuawoodz

    Help jumping to loaded sector

    Posted is my bootloader code. Everything works until I try to jump to my loaded sector at ES:BX. Please tell me what I am doing wrong. Probably a very rookie mistake. Thanks! Here is my code (not optimized, messy, sorry): bits 16] [org 0x7c00] cli mov ax, 0x8000 ; Set stack address mov ss, ax...

Part and Inventory Search

Back
Top