Changeset 589 in xtideuniversalbios for trunk/BIOS_Drive_Information_Tool/Src/Main.asm
- Timestamp:
- May 22, 2016, 12:26:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BIOS_Drive_Information_Tool/Src/Main.asm
r558 r589 60 60 mov si, g_szProgramName 61 61 call Print_NullTerminatedStringFromSI 62 63 call ReadAndDisplayAllHardDrives 64 65 ; Exit to DOS 66 mov ax, 4C00h ; Exit to DOS 67 int 21h 62 ; Fall to ReadAndDisplayAllHardDrives 68 63 69 64 … … 112 107 loop .DisplayNextDriveFromDL 113 108 .NoDrivesAvailable: 114 ret 109 ret ; Exit to DOS 115 110 116 111
Note:
See TracChangeset
for help on using the changeset viewer.