Skip to content

haglebu/asm-lib

Repository files navigation

asm-lib

My assembler programs and library files. I use the Microsoft Assembler MASM version 5.10.

Program Files

mi.asm

Display media information (MI) about floppy disk in drive A:. The drive is currently static; maybe this will be changed later.

mi

bpb.asm

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.

Bildschirmfoto

Library Files

media.asm

This file contains the procedures for displaying drive media information on the screen.

sector.asm

This file contains the procedures for displaying a sector on the screen.

cursor.asm

This file contains the procedures for controlling the cursor.

video.asm

This file contains the procedures for the screen output.

keyboard.asm

This files contains the procedures for the keyboard input.

Used Source Code

sector.asm, cursor.asm, video.asm, keyboard.asm

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

About

My assembler programs and library files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published