title Module from library BASE_3 : CRLFC name ('CRLFC') maclib baselib.lib ; Output carriage return and line feed to selected device ; Copyright (C) Werner Cirsovius ; Hohe Weide 44 ; D-20253 Hamburg ; Tel.: +49-40-4223247 ; Version 1.0 May 1987 ; ENTRY See module COMOUT for further details ; EXIT None entry crlfc extrn @crlf,strcom crlfc: push de ld de,@crlf call strcom ; Close line pop de ret end