Re: read floppy problem
- From: ararghmail510NOSPAM@xxxxxxxxxxxxxxxxx
- Date: Tue, 25 Oct 2005 05:20:01 -0500
On 25 Oct 2005 02:06:20 -0700, cmk128@xxxxxxxxxxx wrote:
>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?
At a guess:
For a floppy, probably 128, if the buffer is aligned on a 64k
boundary, and if the bios supports multi track reads.
--
ArarghMail510 at [drop the 'http://www.' from ->] http://www.arargh.com
BCET Basic Compiler Page: http://www.arargh.com/basic/index.html
To reply by email, remove the garbage from the reply address.
.
- Follow-Ups:
- Re: read floppy problem
- From: cmk128
- Re: read floppy problem
- References:
- read floppy problem
- From: cmk128
- Re: read floppy problem
- From: Herman Dullink
- Re: read floppy problem
- From: cmk128
- read floppy problem
- Prev by Date: Re: read floppy problem
- Next by Date: Re: Memory reclaimation
- Previous by thread: Re: read floppy problem
- Next by thread: Re: read floppy problem
- Index(es):
Relevant Pages
|