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