summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ee88b42..e7c525d 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ The emulator tries to read the configuration file at `${HOME}/.luma.toml`. If su
* `image`: The path to the image file
`video`:
- * `scale`: The scale modifier applied to the screen (1-4294967295)
+ * `scale`: The scale modifier applied to the screen (1‐4294967295)
If a path is parsed as a terminal parameter, the configuration at that location is read instead.
@@ -30,13 +30,13 @@ If a path is parsed as a terminal parameter, the configuration at that location
Currently, the emulator has limited support for the Arm instruction set. All of the instructions used in the provided test program are – however – implemented.
-The entire memory space (`0x00000000` to `0x0E00FFFF`) is available, however, no I/O-mapped addresses are currently functional.
+The entire memory space (`0x00000000` to `0x0E00FFFF`) is available, however, no I/O‐mapped addresses are currently functional.
Improved support is, of course, planned.
# Copyright & License
-Copyright 2021-2023 Gabriel Bjørnager Jensen.
+Copyright 2021‐2023 Gabriel Bjørnager Jensen.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.