INT 0x21), some are for the BIOS (around 10)
INT instruction tells CPU to push the next IP on the stack, fetch the address stored in the 33rd (0x21) vector slot, & jump to that code
IRET pops the return address off the stack and returns to the calling program
ah = 0x09 (see MyFirstDOSAssemblyProgram)
ah = 0x4c (also used in MyFirstDOSAssemblyProgram)
0x10h - video display ah = 2, bh = 0 (display page), dl = x, dh = y
ah = 6, al = 2, cx/dx = (upper left/lower right xy's of region)
0x16h - keyboard
0x17h - printer