📅  最后修改于: 2022-03-11 14:56:08.697000             🧑  作者: Mango
INT 21H ;Most calls to the DOS API are invoked using software interrupt 21h (INT 21h)
;By calling INT 21h with a subfunction number in the AH processor
;register and other parameters in other registers, various DOS services
;can be invoked.