TEAM-ADA Archives

Team Ada: Ada Programming Language Advocacy

TEAM-ADA@LISTSERV.ACM.ORG

Options: Use Classic View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender: "Team Ada: Ada Advocacy Issues (83 & 95)" <[log in to unmask]>
Date: Mon, 27 Aug 2001 10:34:08 -0700
Reply-To: Tom Moran <[log in to unmask]>
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii
Organization: Decision Aids
From: Tom Moran <[log in to unmask]>
Parts/Attachments: text/plain (9 lines)
> interrupts
> such as Interrupt 10h being video card access, interrupt
> 21h being calls to
> OS services and the likes.
> How would one go about calling these interrupts?
  Most likely your compiler vendor would supply library routines for
such a common need.  Failing that, you could of course call Machine_Code
or import an external procedure.

ATOM RSS1 RSS2