title PDMNOR subttl Module from library PULL_DOWN_6 : PDMNOR ; Output control string to get normal text ; Copyright (C) Werner Cirsovius ; Hohe Weide 44 ; D-2000 Hamburg 20 ; Tel.: 040/4223247 ; Version 1.1 October 1988 ; ENTRY None ; EXIT None public pdmnor extrn pdmstr .xlist include PDM.LIB .list pdmnor: push de ld de,norstr ; Fetch string call pdmstr ; Execute print pop de ret dseg norstr: db 4,esc,'q',esc,'u' end