My assembler programs and library files. I use the Microsoft Assembler MASM version 5.10.
Display media information (MI) about floppy disk in drive A:. The drive is currently static; maybe this will be changed later.
Display BIOS parameter block information (BPB) of a floppy disk. The complete first sector is read into the RAM and then interpreted.
You will be prompted to enter the number of the floppy drive. Please enter:
- 00 --> drive A:
- 01 --> drive B:
No input validation takes place! So please only enter 00 or 01.
This file contains the procedures for displaying drive media information on the screen.
This file contains the procedures for displaying a sector on the screen.
This file contains the procedures for controlling the cursor.
This file contains the procedures for the screen output.
This files contains the procedures for the keyboard input.
PETER NORTON'S ASSEMBLERBUCH (PNAB)
MARKT & TECHNIK VERLAG AG, 1988
ISBN 3-89090-624-9
THE COMMERCIAL USE OF THIS CODE IS NOT PERMITTED.
(C) 1988 BY MARKT & TECHNIK VERLAG AKTIENGESELLSCHAFT.
SECTOR.ASM: NEW FILE CREATED BY ME, BUT WITH VARIOUS SOURCECODE FROM PNAB