Date: Sun, 17 Dec 1995 12:12:12 +0000 (GMT) From: "D. Hibbs" To: maillist djgpp Subject: Input problem solved I just did not realise you could use the MSDOS interrupt calls in DJGPP - so unbuffered input is movb $7,%ah int $0x21 and unbuffered output of char in dl is movb $2,%ah int $0x21 I should really try the obvious - shouldn't I. Dominic