Date: Sun, 17 Dec 1995 11:27:33 +0000 (GMT) From: "D. Hibbs" To: maillist djgpp Subject: Unbuffered echoless input in djgpp. How do I get unbuffered echoless input when working in GNU C or in AS under djgpp? I have tried all sorts of work arounds but without success. I have finally got a workable system going with GASP and AS by writing a Pre-Pre-Processor which removes all comments, translates equates, converts literal characters into their ASCII equivalents and removes .data from the file. I have found that I get incorrect assembly using, say, jmp 0f i.e. a forward jump to local label 0: but the backward jump is OK and forward jumps to other local labels seem to be OK although I have not tested thoroughly. GASP does not appear to expand macros if they are on the same line as a label. Dominic