diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-05-01 14:03:41 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-05-01 14:03:41 +0100 |
commit | ffc57ef72fe2c7039ce90d91b79ea2b608ae884b (patch) | |
tree | 7e525fe38fce33fba7589b169712cb65c8291797 | |
parent | 8998bd04c94da08dc49ab62007da5604d53895c3 (diff) | |
download | tr8vm-ffc57ef72fe2c7039ce90d91b79ea2b608ae884b.tar.gz tr8vm-ffc57ef72fe2c7039ce90d91b79ea2b608ae884b.zip |
Formatting, wording
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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`. |