title Module from library BASE_2 : CRLF name ('CRLF') maclib baselib.lib ; Output carriage return and line feed to console ; Copyright (C) Werner Cirsovius ; Hohe Weide 44 ; D-20253 Hamburg ; Tel.: 040/4223247 ; Version 1.0 May 1987 ; ENTRY None ; EXIT None entry crlf extrn @crlf,string crlf: push de ld de,@crlf call string ; Close line pop de ret end