From ab7573eaadfcead106096f0e8b824683e3dbed22 Mon Sep 17 00:00:00 2001 From: Vinicius Silva Date: Tue, 25 Jun 2024 14:27:35 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7864197..a4c96df 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ To login to Ubuntu the default username and password are 'ubuntu' ## Run Assembly file * Run with makefile -* + To run the assembly files in this repository, for example '02_hello' with target '02' just execute in the root path the command below: ```bash @@ -70,7 +70,7 @@ $ make run target_dir=02 -s ``` * Run without makefile -* + In Ubuntu virtual machine, to run assembly file execute this commands below: ```bash $ as -o output.out [FILE].s