Archived
1
0

Update README.md

This commit is contained in:
Erick
2022-02-12 01:34:04 +01:00
committed by GitHub
parent 2cd09790c6
commit aa05399c27
+1 -1
View File
@@ -88,7 +88,7 @@ enum { // [name, 8-bit value]
./tyvm <*.asm>
```
- Below is a `hello-word` program for `TYVM`, the assembled program can be found in `asm` directory
Below is a `hello-word` program for `TYVM`, the assembled program can be found in `asm` directory
```shell
.ORIG x3000
LEA R0, HENLO_WORLD