From bf3a9807df43cf637da1eb9d64ad52511e2bf285 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Wed, 28 Apr 2021 10:26:18 +0200 Subject: [PATCH] Some files in the Maclisp 6502 assemblers were moved. --- src/klotz/{all.4 => all.5} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/klotz/{all.4 => all.5} (81%) diff --git a/src/klotz/all.4 b/src/klotz/all.5 similarity index 81% rename from src/klotz/all.4 rename to src/klotz/all.5 index ae0db9b4..b71485dd 100755 --- a/src/klotz/all.4 +++ b/src/klotz/all.5 @@ -3,8 +3,8 @@ (load "klotz;tokenz") ; Input and tokeinzing routines. (load "klotz;armacs") ; Read macros for input. (load "klotz;pass1") ; Top-level routines for assembly. -(load "aplogo;eval") ; Arithmetic expression evaluator. -(load "aplogo;match") ; Pattern matcher for determining addressing mode. +(load "klotz;eval") ; Arithmetic expression evaluator. +(load "klotz;match") ; Pattern matcher for determining addressing mode. (load "klotz;decpop") ; DEC compatability pseudo-ops. (load "klotz;6502") ; 6502 instructions and addressing modes. ; Definitions for DEFINS (define instruction), DEFAMODE (define addressing mode),