How can I get this STDIN to work in GAS Assembler running on Linux?
I am new to Assembler and am currently reading a book about it by Jonathan Bartlett called ‘Learn to Program with Assembly’. On pages 160-1 he gives the following sample program to demonstrate the use of the STDIN and STDOUT features of C/C++ in GAS Assembler: