diff options
| author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-05-29 08:15:09 -0500 | 
|---|---|---|
| committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-05-29 08:15:09 -0500 | 
| commit | 86b72b11d6abcc602a93aa480f27644cc0b34373 (patch) | |
| tree | 5c1c7875e9ae3cc72248d5e7dab9af083de98d6d /assembler/instructions | |
| parent | e8bc3587cce27b25ba07469964828a327471e5ed (diff) | |
Use absolute branches for subroutine calls
Diffstat (limited to 'assembler/instructions')
| -rw-r--r-- | assembler/instructions | 7 | 
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 | 
