diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |