Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Low Level Disk Routines

Status
Not open for further replies.

Shift838

IS-IT--Management
Jan 27, 2003
987
0
0
US
I am new to assembly and want to be able to utilize the use of low level disk access routines such as sector formatting or track formatting. Also was wondering if assembly routines can be called from Visual Basic?

Where can I find sample assembly code for low level disk access?
 
Hi Chris77504,

For low level disk access, you can use interrupt 13h. You have to know what functions you need (i.e. Read, Write, Verify, etc..). Because they are many function you better read it yourself. Grab interrupt list documents here:

Yes, you can call assembly routine from HLL such VB. However if you want to call an asm routine for hardware access and calling it from VB (under windows), you must know the limitation. There are other things that you have to do prior to the call of the low level disk access.

Take a look at this:
Thread272-711863

-- AirCon --
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top