MsDos

Prev Next Home Home Table Of Contents Index

MsDos (Registers)

MsDos calls the interrupt 21h system call using values passed in an array of 10 numbers. The array is set up using predefined Qualifiers that represent the registers that are passed. These qualifiers are:


 AX BX CX DX DI SI DS ES BP FL

Example:
var Reg Reg.AX = $1900 MsDos (Reg) Writeln Char(LowWord(Reg.AX) + 1) ':' ;writes C:

See Also: Intr

Category: System

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home