From 4bbcfaf3e45c1005e98a2586d655c8f672d3b503 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Sun, 9 Jun 2024 16:37:58 -0800 Subject: [PATCH] Fixed swap between JCI/JMI --- cli/uxndis/src/uxndis.tal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/uxndis/src/uxndis.tal b/cli/uxndis/src/uxndis.tal index 956992a..4b07d6f 100644 --- a/cli/uxndis/src/uxndis.tal +++ b/cli/uxndis/src/uxndis.tal @@ -87,13 +87,13 @@ INC2 JMP2r } LDAk #40 NEQ ?{ - ;opcodes/jsi + ;opcodes/jmi #2018 DEO INC2 LDA2k INC2 JMP2r } LDAk #60 NEQ ?{ - ;opcodes/jmi + ;opcodes/jsi #2018 DEO INC2 LDA2k INC2 JMP2r }