Changeset 128 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootPrint.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/BootPrint.asm
r120 r128 21 21 22 22 mov ax, g_szHDD 23 test dl, 80h 24 eCMOVZ ax, g_szFDD 23 test dl, dl 24 js SHORT .NotFDD 25 mov ax, g_szFDD 26 .NotFDD: 25 27 push ax 26 28
Note:
See TracChangeset
for help on using the changeset viewer.