aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan Kaisrlik <jan.kaisrlik@avast.com>2019-03-06 09:26:35 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-06 13:41:07 +0100
commit062ed9d6a8a2ce82148432f48273f57207319b15 (patch)
tree41ce4754745f7b1249edd41a9ec1af5a9bbd343c /README.md
parent2633f112a325f9fdece7b8ac045a6f7f0eb42f53 (diff)
downloadqtmips-062ed9d6a8a2ce82148432f48273f57207319b15.tar.gz
qtmips-062ed9d6a8a2ce82148432f48273f57207319b15.tar.bz2
qtmips-062ed9d6a8a2ce82148432f48273f57207319b15.zip
README: fix typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 81ab3b2..c61270b 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Compilation for Local Execution
-------------------------------
Because simulator it self and operating system stub are implemented as libraries you
need to have that libraries in path where loader can found them. Binary looks for library
-at system libary paths (on Windows in actual directory as well) and on compiled in
+at system library paths (on Windows in actual directory as well) and on compiled in
RPATH which is `../lib` (i.e., install into 'bin' and 'lib' directory is assumed):
```
@@ -58,7 +58,7 @@ cd QtMips-build
qmake CONFIG+=static" "CONFIG+=staticlib" -recursive ../QtMips/qtmips.pro
```
-Alternativelly, you can setup
+Alternatively, you can setup
```
LD_LIBRARY_PATH=/path_to_QtMips/qtmips_machine /path_to_QtMips/qtmips_osemu
@@ -71,7 +71,7 @@ compiled for 32-bit big-endian MISP target.
Optimal is use of plain mips-elf GCC toolchain.
-For more reffer to the [supported executable formats](docs/exec-formats-and-tools.md)
+For more refer to the [supported executable formats](docs/exec-formats-and-tools.md)
documentation in the ['docs'](docs) projects subdirectory.
Tests
@@ -95,7 +95,7 @@ two registers, the 'SERP_TX_ST_REG' is trasmit status register.
Bit 0 signals by value 1 that UART is ready and can
accept next character to be sent.
The second register 'SERP_TX_DATA_REG' is actual Tx buffer.
-The LSB byte of writtent word is transmitted to terminal
+The LSB byte of written word is transmitted to terminal
window. Definition of peripheral base address and registers
offsets follows including reserve for the future Rx port
implementation.
@@ -119,7 +119,7 @@ The another peripheral allows to set three byte values
concatenated to single word (read-only KNOBS_8BIT register)
from user panel set by knobs and display one word in hexadecimal,
decimal and binary format ('LED_LINE' register). There are two
-other words writtable which control color of RGB LED 1 and 2
+other words writable which control color of RGB LED 1 and 2
(registers 'LED_RGB1' and 'LED_RGB2').
```
@@ -214,7 +214,7 @@ Limitations of the Implementation
* Complete binary instruction check (we check only minimal set of bites to decode
instruction, we don't check if zero sections are really zero unless we need it),
but instruction decoder can be easily extended to distinguish instructions
- according additional subfiled.
+ according additional subfield.
List of Actually Supported Instructions
---------------------------------------