diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-05-01 14:14:55 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-05-01 14:15:01 +0100 |
commit | 18a3b0c84c1d755546da27f0117e1ea09e2118de (patch) | |
tree | 7c5eff4a21b417fc895e3883c98a8e94cc754e43 | |
parent | da6a8026e57a12601607e17cbb3b7a50293c7f81 (diff) | |
download | tr8vm-18a3b0c84c1d755546da27f0117e1ea09e2118de.tar.gz tr8vm-18a3b0c84c1d755546da27f0117e1ea09e2118de.zip |
Missing word
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -142,8 +142,8 @@ fill_loop: ret ``` -Arithmetic operations on the "16-bit" can be performed easily using branching -instructions: +Arithmetic operations on the "16-bit" register can be performed easily using +branching instructions: ```asm ; inc a:x |