From e2606832b9b3c97c64fe1381cedd52aa993681db Mon Sep 17 00:00:00 2001 From: Anatoliy Belyanskiy Date: Mon, 29 Apr 2024 10:26:12 +1000 Subject: [PATCH] SHELL: -bug in DIR --- SHELL/Commands/DIR.ASM | 5 +---- SHELL/build.txt | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/SHELL/Commands/DIR.ASM b/SHELL/Commands/DIR.ASM index 1f0b0c4..4edba5e 100644 --- a/SHELL/Commands/DIR.ASM +++ b/SHELL/Commands/DIR.ASM @@ -788,10 +788,7 @@ GET_BIG_DIG: ld b,0 sbc a,c jp nc,.loop ; - exx - rr b - exx - adc hl,de + add hl,de ; exx adc hl,de diff --git a/SHELL/build.txt b/SHELL/build.txt index fc72547..387c46f 100644 --- a/SHELL/build.txt +++ b/SHELL/build.txt @@ -1 +1 @@ -344 \ No newline at end of file +346 \ No newline at end of file