Archived
1
0

Update README.md

This commit is contained in:
Erick
2022-02-12 01:44:06 +01:00
committed by GitHub
parent 4e870f8255
commit a70f836051
+1 -1
View File
@@ -95,7 +95,7 @@ make
./tyvm <*.asm>
```
Below is a `hello-word` program for `TYVM`, the assembled program can be found in `asm` directory
Below is a hello-world program for `TYVM`, the assembled program can be found in `asm/` directory
```shell
.ORIG x3000
LEA R0, HENLO_WORLD