File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -521,7 +521,6 @@ loadedok: test byte [ModeFlag],VerboseFlag ; *** byte ptr ***
521521 ; Get pointer to 'invar' (list of lists)
522522noprintladdr: mov ah , 52h
523523 int 21h
524- int 3
525524
526525 ; Store for later use.
527526
@@ -735,7 +734,9 @@ somedone: push cs
735734 test byte [ ModeFlag ], VerboseFlag ; *** byte ptr ***
736735 jz noprintldrmsg
737736
738- mov ax , word [ LastDrUsed ]
737+ mov al , byte [ LastDrUsed ]
738+ inc al
739+ mov ah , byte [ LastDrive ]
739740
740741 mov byte [ LDMsgA ], byte 'A' - 1 ; explicit byte 3.16
741742; nop ; mimick ASM
@@ -1395,7 +1396,6 @@ noprintblhmsg: lds bx,[Invar]
13951396 ; Calculate offset in array of entry for this drive.
13961397
13971398 mov al ,[ cs :LastDrUsed ]
1398- ;dec al ; **** remove me?
13991399 mov ah ,[ cs :LDrSize ]
14001400 mul ah
14011401 add bx , ax
You can’t perform that action at this time.
0 commit comments