From c9d83b6feca53528f766f214639cf791a4103076 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Mon, 6 Aug 2018 19:34:58 +0100 Subject: [PATCH] Fix UBAASL. This wasn't updating UBAIFS owing to a typo ("LSH A,B" for "LSH A,0(B)"), so it always returned the first slot number. It's not actually used anywhere in ITS 1648, so this didn't break anything. --- src/system/its.1648 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/its.1648 b/src/system/its.1648 index e1289983..a1958d0a 100644 --- a/src/system/its.1648 +++ b/src/system/its.1648 @@ -19594,7 +19594,7 @@ UBAASL: PUSH P,B UBASL1: MOVNS B MOVSI A,400000 - LSH A,B ;A/ bit to snarf + LSH A,0(B) ;A/ bit to snarf ANDCAM A,UBAIFS CONO PI,PION MOVN A,B