DGivney / assemblytutorials

This project was put together to teach myself NASM x86 assembly language on linux.
https://asmtutor.com/
654 stars 117 forks source link

Fix read/ write typo lesson 9 #40

Closed shampoofactory closed 1 year ago

shampoofactory commented 2 years ago

Hi. I've fixed what is a presumed doc/ comments typo in lesson 9, as we would want to read from STDIN and not write to it.

Thank you.

DGivney commented 1 year ago

Hey shampoofactory, thanks for this pull request.

Apologies for the delay having it merged, I'll update it on the site now.