From a7cedc1cd29b88a57a21ce71412a38dd8e3e32c7 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Sun, 18 Apr 2021 20:37:14 +0200 Subject: [PATCH] fixed bad link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e96f807..95106dd 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This emulator contains: ## Running simple Assembly: -A couple of basic assembly programs are provided inside `examples/`, such as [`exit.asm`](examples/exit.asm), which just exits with code 0 +A couple of basic assembly programs are provided inside `examples/`, such as [`hello-world.asm`](examples/hello-world.asm). You can run it by typing `python -m riscemu examples/hello-world.asm`. It will produce output similar to: ```