From aa05399c27bcf6cbbffe8f9155188f9961cf01e8 Mon Sep 17 00:00:00 2001 From: Erick <74315338+erickahmed@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:34:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47717a0..15c41cd 100644 --- a/README.md +++ b/README.md @@ -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