fixed bad link in README

float_support
Anton Lydike 4 years ago
parent 91a12fd2a8
commit a7cedc1cd2

@ -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:
```

Loading…
Cancel
Save