Changeset 169 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH3h_HWrite.asm
- Timestamp:
- Aug 21, 2011, 4:39:58 PM (14 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH3h_HWrite.asm
r167 r169 15 15 ; SS:BP: Ptr to IDEREGS_AND_INTPACK 16 16 ; Parameters on INTPACK: 17 ; AL: Number of sectors to write (1... 127)17 ; AL: Number of sectors to write (1...255, 0=256) 18 18 ; CH: Cylinder number, bits 7...0 19 19 ; CL: Bits 7...6: Cylinder number bits 9 and 8 … … 27 27 ALIGN JUMP_ALIGN 28 28 AH3h_HandlerForWriteDiskSectors: 29 cmp al, 030 jle SHORT AH2h_ExitInt13hSinceSectorCountInIntpackIsZero31 32 29 call CommandLookup_GetOldInt13hIndexToBX 33 30 mov ah, [cs:bx+g_rgbWriteCommandLookup]
Note:
See TracChangeset
for help on using the changeset viewer.