diff --git a/x86/read_and_write_files/README.md b/x86/read_and_write_files/README.md index e0815e0..74b0cf8 100644 --- a/x86/read_and_write_files/README.md +++ b/x86/read_and_write_files/README.md @@ -1,2 +1,2 @@ -#Read e Write files +# Read e Write files An implementation of procedures to read and write file in x86_32 assembly (nasm language) using linux syscall. This code also uses Paul A. Carter library.