aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-05-01 14:03:41 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-05-01 14:03:41 +0100
commitffc57ef72fe2c7039ce90d91b79ea2b608ae884b (patch)
tree7e525fe38fce33fba7589b169712cb65c8291797
parent8998bd04c94da08dc49ab62007da5604d53895c3 (diff)
downloadtr8vm-ffc57ef72fe2c7039ce90d91b79ea2b608ae884b.tar.gz
tr8vm-ffc57ef72fe2c7039ce90d91b79ea2b608ae884b.zip
Formatting, wording
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8c35301..b39634b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
**Important**: this is a work in progress with pre-alpha quality. Not all the information in this document is final, complete or even accurate.
-8-bit fantasy console inspired by MIPS, Z80 and 6502 real world CPUs.
+TR8 is an 8-bit fantasy console inspired by MIPS, Z80 and 6502 real world CPUs.
## Specs
@@ -52,8 +52,8 @@ Then run `make`.
This will result in two binaries:
- - *tr8as*: the TR8 assembler
- - *tr8vm*: the TR8 VM that can run `tr8` files
+ - **tr8as**: the TR8 assembler
+ - **tr8vm**: the TR8 VM that can run `tr8` files
You can then compile and run the example with `make example`.