Hi I'm using the syscall 3 to read stdin into a buffer in a loop but somehow after pressing enter several reads happen... So does the enter "stick" while the key is pressed? I'm posting on a mobile device so I don't have asm source here but will post it later if needed. Thanks!
Edit:
Here's the code. It's in a function that I call in a for kind of loop.