wok diff BootProg/stuff/bootex.asm @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (4 weeks ago)
parents 3c71bb4367c3
children 82a123e54615
line diff
     1.1 --- a/BootProg/stuff/bootex.asm	Thu May 11 15:58:49 2023 +0000
     1.2 +++ b/BootProg/stuff/bootex.asm	Sun May 12 07:10:04 2024 +0100
     1.3 @@ -78,10 +78,10 @@
     1.4  
     1.5  %define bx(label)       bx+label-boot
     1.6  %define si(label)       si+label-boot
     1.7 -NullEntryCheck          equ     1               ; +3 bytes
     1.8 -ReadRetry               equ     1               ; +8 bytes
     1.9 -SectorOf512Bytes        equ     0               ; -11 bytes
    1.10 -CheckAttrib             equ     0               ; +18 bytes
    1.11 +NullEntryCheck          equ     1               ; +3/5 bytes
    1.12 +ReadRetry               equ     1               ; +7 bytes
    1.13 +SectorOf512Bytes        equ     0               ; -12 bytes
    1.14 +CheckAttrib             equ     0               ; +16/18 bytes
    1.15  WaitForKey              equ     0               ; +5 bytes
    1.16  TfatSupport             equ     1               ; +10 bytes
    1.17  CheckLBAsupport         equ     0               ; +11/21 bytes