aboutsummaryrefslogtreecommitdiff
path: root/assembler/instructions
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-05-29 08:15:09 -0500
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-05-29 08:15:09 -0500
commit86b72b11d6abcc602a93aa480f27644cc0b34373 (patch)
tree5c1c7875e9ae3cc72248d5e7dab9af083de98d6d /assembler/instructions
parente8bc3587cce27b25ba07469964828a327471e5ed (diff)
Use absolute branches for subroutine calls
Diffstat (limited to 'assembler/instructions')
-rw-r--r--assembler/instructions7
1 files changed, 2 insertions, 5 deletions
diff --git a/assembler/instructions b/assembler/instructions
index a028eec..049b830 100644
--- a/assembler/instructions
+++ b/assembler/instructions
@@ -10,11 +10,8 @@ R5: second-level (octal or register) scratch
R6: word under construction
R7: parse instructions
R8: end_char
-R8:
-R9:
-R10:
-R11:
-R12:
+R9: uart_send
+R10: get_char
Encoding