1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 15:27:28 +00:00

Some files in the Maclisp 6502 assemblers were moved.

This commit is contained in:
Lars Brinkhoff 2021-04-28 10:26:18 +02:00
parent 36339cdf15
commit bf3a9807df

View File

@ -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),