Skip to content

Commit a8491b7

Browse files
committed
devload v3.23 (test release)
git-svn-id: http://svn.code.sf.net/p/fdos/code/trunk@132 d9247ac3-808d-4053-b241-f1a6b6229609
1 parent f259d8b commit a8491b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

devload.asm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,6 @@ loadedok: test byte [ModeFlag],VerboseFlag ; *** byte ptr ***
521521
; Get pointer to 'invar' (list of lists)
522522
noprintladdr: 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

0 commit comments

Comments
 (0)