EXTRN VioWrtCharStr:FAR INCL_VIO EQU 1 PUSH@ OTHER CharStr ;String to be written PUSH WORD Length ;Length of character string PUSH WORD Row ;Starting row position for output PUSH WORD Column ;Starting column position for output PUSH WORD VioHandle ;Video handle CALL VioWrtCharStr Returns WORD