From 86b72b11d6abcc602a93aa480f27644cc0b34373 Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Wed, 29 May 2024 08:15:09 -0500 Subject: Use absolute branches for subroutine calls --- assembler/instructions | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'assembler/instructions') 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 -- cgit v1.2.3