> 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.