Changeset 128 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootInfo.asm
- Timestamp:
- Mar 4, 2011, 1:47:17 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootInfo.asm
r121 r128 73 73 stosw 74 74 loop .CopyNextWord 75 xor ax, ax 75 xor ax, ax ; Zero AX and clear CF 76 76 stosb ; Terminate with NULL 77 77 … … 79 79 pop si 80 80 pop ds 81 clc82 81 ret 83 82 … … 94 93 ; Corrupts registers: 95 94 ; Nothing 96 ;-------------------------------------------------------------------- 95 ;-------------------------------------------------------------------- 97 96 ALIGN JUMP_ALIGN 98 97 BootInfo_GetTotalSectorCount:
Note:
See TracChangeset
for help on using the changeset viewer.