Update README.md
This commit is contained in:
parent
2b9635f938
commit
63dd030466
|
|
@ -62,6 +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
|
||||
|
|
@ -69,6 +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
|
||||
|
|
|
|||
Loading…
Reference in New Issue