title Module from library BASE_1 : STRING name ('STRING') maclib baselib.lib ; Output a string to console ; Copyright (C) Werner Cirsovius ; Hohe Weide 44 ; D-20253 Hamburg ; Tel.: +49-40-4223247 ; Version 1.0 April 1986 ; ENTRY Reg pair holds string address ; EXIT None entry string string: _push_ _OSCAL_ .string ; Output string _pop_ ret end