diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 18:50:39 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 18:50:39 -0500 |
commit | f0ab09125493f91d66af836e0abb977459a0d801 (patch) | |
tree | 7d3c49aaaa6d50f6ea698e95e7204e6d0b76bcca /docs | |
parent | 047c8e4bc079140b2e88b27e4ed8a6ca2ae9533d (diff) |
Add an FAQ, and ive a bit more detail in Windows install instructions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/text_commands.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/text_commands.md b/docs/text_commands.md index 3d502f399..865ea69b5 100644 --- a/docs/text_commands.md +++ b/docs/text_commands.md @@ -38,8 +38,9 @@ Write text from a RAM address. ## `$02`: `text_bcd` *address*, *flags* -Write [BCD](https://en.wikipedia.org/wiki/Binary-coded_decimal) from an address, -typically RAM. +Write [BCD](bcd) from an address, typically RAM. + +[bcd]: https://en.wikipedia.org/wiki/Binary-coded_decimal ## `$03`: `text_move` *address* |