Re: read floppy problem
- From: cmk128@xxxxxxxxxxx
- Date: 25 Oct 2005 02:06:20 -0700
Fo int 0x13
AH = 02h
AL = number of sectors to read (must be nonzero)
CH = low eight bits of cylinder number
CL = sector number 1-63 (bits 0-5)
high two bits of cylinder (bits 6-7, hard disk only)
DH = head number
DL = drive number (bit 7 set for hard disk)
ES:BX -> data buffer
What is the maximum value i can put in al?
thanks
from Peter (cmk128@xxxxxxxxxxx)
.
- Follow-Ups:
- Re: read floppy problem
- From: ararghmail510NOSPAM
- Re: read floppy problem
- References:
- read floppy problem
- From: cmk128
- Re: read floppy problem
- From: Herman Dullink
- read floppy problem
- Prev by Date: Re: Multiprocessor Core
- Next by Date: Re: read floppy problem
- Previous by thread: Re: read floppy problem
- Next by thread: Re: read floppy problem
- Index(es):
Relevant Pages
|