From 24d74de067865fe982ff44b8db4983883dd7a51d Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 10 Aug 2018 20:02:13 +0200 Subject: [PATCH] Changes to assemble C 561 with the latest MIDAS. Expunge the initial symbols MOVST and COMMEN since they are used by the program. Move a closing ] from a comment to a separate line. --- src/rg/{c.561 => c.562} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename src/rg/{c.561 => c.562} (99%) diff --git a/src/rg/c.561 b/src/rg/c.562 similarity index 99% rename from src/rg/c.561 rename to src/rg/c.562 index 744261f3..01483f9b 100644 --- a/src/rg/c.561 +++ b/src/rg/c.562 @@ -3,6 +3,8 @@ TITLE CHESS C .SYMTAB 10000. +IF1, EXPUNGE MOVST,COMMEN + .XCREF P DEC==0 @@ -442,7 +444,8 @@ IFE DECTS,IFN DEC,HTNE=10000-1 IFN DECTS,HTNE=300-1 IFN BOOK,[BMXS==200. ;MAX NO TAGS - BKSS==9000. ;NO BYTES IN ACTUAL BOOK] + BKSS==9000. ;NO BYTES IN ACTUAL BOOK +] IFN DECTS,[ BKSS=5900. @@ -28106,5 +28109,3 @@ ICORSZ==<.+1777>_-12 MEMT=ICORSZ_12 END GO - -  ð`Áƒ \ No newline at end of file