TEAM-ADA Archives

Team Ada: Ada Programming Language Advocacy

TEAM-ADA@LISTSERV.ACM.ORG

Options: Use Classic View

Use Monospaced Font
Show HTML Part by Default
Show All Mail Headers

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

Print Reply
Tom Moran <[log in to unmask]>
Mon, 27 Aug 2001 10:34:08 -0700
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