Changeset 521 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h.asm
- Timestamp:
- Mar 10, 2013, 3:46:59 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h.asm
r520 r521 161 161 %endif 162 162 clc 163 ;; fall through to JumpToBootSector_or_RomBoot164 165 ;-------------------------------------------------------------------- 166 ; JumpToBootSector_or_RomBoot163 ;; fall through to Int19_JumpToBootSectorOrRomBoot 164 165 ;-------------------------------------------------------------------- 166 ; Int19_JumpToBootSectorOrRomBoot 167 167 ; 168 168 ; Switches back to the POST stack, clears the DS and ES registers, … … 179 179 ; Never returns 180 180 ;-------------------------------------------------------------------- 181 JumpToBootSector_or_RomBoot:181 Int19_JumpToBootSectorOrRomBoot: 182 182 mov cx, es ; Preserve MBR segment (can't push because of stack change) 183 183 mov ax, 0 ; NOTE: can't use XOR (LOAD_BDA_SEGMENT_TO) as it impacts CF
Note:
See TracChangeset
for help on using the changeset viewer.