From 6d9535e7f9809c85f1b49b47291b95aa4cebee2c Mon Sep 17 00:00:00 2001 From: Gabriele Luz Date: Sat, 29 Jun 2019 22:23:39 -0300 Subject: [PATCH] Update README.md --- x86/read_and_write_files/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.