From: Robert Pengelly Date: Sun, 29 Sep 2024 11:11:11 +0000 (+0100) Subject: Bug fix X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=1b89a8ca8c20be64cf4fc3bf3d53d99e84b80f56;p=chimaera.git Bug fix --- diff --git a/build/chimaera.img b/build/chimaera.img index 86e9b35..d8581c3 100644 Binary files a/build/chimaera.img and b/build/chimaera.img differ diff --git a/build/chimaera.vhd b/build/chimaera.vhd index 0551a0a..2ac110c 100644 Binary files a/build/chimaera.vhd and b/build/chimaera.vhd differ diff --git a/src/apps/pcomm/pcomm.asm b/src/apps/pcomm/pcomm.asm index a9c1ca3..5f92e12 100644 --- a/src/apps/pcomm/pcomm.asm +++ b/src/apps/pcomm/pcomm.asm @@ -208,7 +208,6 @@ _main: .L7: - mov word ptr cs:[_need_ext], 0 mov word ptr cs:[_cbreak], 0 mov cl, cs:[_scratch_size] @@ -2357,6 +2356,7 @@ _process_line: .L23: + mov word ptr cs:[_need_ext], 0 mov di, offset _app_path mov ax, '\\'