Update README.md

This commit is contained in:
Vinicius Silva 2024-06-25 14:25:16 -03:00 committed by GitHub
parent 0e42ae9f4c
commit 2b9635f938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -61,6 +61,14 @@ To login to Ubuntu the default username and password are 'ubuntu'
## Run Assembly file ## 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
$ make run target_dir=02 -s
```
* Run without makefile
In Ubuntu virtual machine, to run assembly file execute this commands below: In Ubuntu virtual machine, to run assembly file execute this commands below:
```bash ```bash
$ as -o output.out [FILE].s $ as -o output.out [FILE].s