title Module from library BASE_2 : ESCCHR name ('ESCCHR') maclib baselib.lib ; Output a character with prefix ESCape ; Copyright (C) Werner Cirsovius ; Hohe Weide 44 ; D-20253 Hamburg ; Tel.: +49-40-4223247 ; Version 1.0 December 1987 ; ENTRY Accu holds character to be printed ; EXIT None entry escchr extrn condir escchr: push af ld a,esc call condir ; Give escape pop af jp condir ; .. and character end