From db27ceddcfab2c6df20ec2226d2880ce885515ca Mon Sep 17 00:00:00 2001 From: wfjm Date: Sat, 20 Jul 2019 10:10:08 +0200 Subject: [PATCH] SPDX: tools/asm-11/*/*.mac --- tools/asm-11/lib/defs_bits.mac | 4 ++-- tools/asm-11/lib/defs_cpu.mac | 4 ++-- tools/asm-11/lib/defs_dl.mac | 4 ++-- tools/asm-11/lib/defs_dz.mac | 4 ++-- tools/asm-11/lib/defs_kwl.mac | 4 ++-- tools/asm-11/lib/defs_kwp.mac | 4 ++-- tools/asm-11/lib/defs_lp.mac | 4 ++-- tools/asm-11/lib/defs_mmu.mac | 4 ++-- tools/asm-11/lib/defs_nzvc.mac | 4 ++-- tools/asm-11/lib/defs_pc.mac | 4 ++-- tools/asm-11/lib/defs_reg70.mac | 4 ++-- tools/asm-11/lib/defs_rk.mac | 4 ++-- tools/asm-11/lib/defs_rl.mac | 4 ++-- tools/asm-11/lib/defs_rp.mac | 4 ++-- tools/asm-11/lib/defs_tm.mac | 4 ++-- tools/asm-11/lib/defs_xu.mac | 4 ++-- tools/asm-11/lib/kprchr.mac | 4 ++-- tools/asm-11/lib/kprdec.mac | 4 ++-- tools/asm-11/lib/kprfmt.mac | 4 ++-- tools/asm-11/lib/kproct.mac | 4 ++-- tools/asm-11/lib/kprstr.mac | 4 ++-- tools/asm-11/lib/mminki.mac | 4 ++-- tools/asm-11/lib/randzp.mac | 4 ++-- tools/asm-11/lib/tcode_std_base.mac | 4 ++-- tools/asm-11/lib/tcode_std_start.mac | 4 ++-- tools/asm-11/lib/vec_cpucatch.mac | 4 ++-- tools/asm-11/lib/vec_cpucatch_reset.mac | 4 ++-- tools/asm-11/lib/vec_devcatch.mac | 4 ++-- tools/asm-11/lib/vec_devcatch_reset.mac | 4 ++-- tools/asm-11/tests-err/testerr_0010_undef_label.mac | 4 +++- tools/asm-11/tests-err/testerr_0020_muldef_label.mac | 4 +++- tools/asm-11/tests-err/testerr_0100_Berror.mac | 4 +++- tools/asm-11/tests-err/testerr_0110_Nerror.mac | 4 +++- tools/asm-11/tests-err/testerr_0120_Terror_const.mac | 4 +++- tools/asm-11/tests-err/testerr_0130_Terror_inst.mac | 4 +++- tools/asm-11/tests-err/testerr_0140_Terror_expr.mac | 4 +++- tools/asm-11/tests-err/testerr_0150_Terror_fpp.mac | 4 +++- tools/asm-11/tests-err/testerr_0200_Aerror_branch.mac | 4 +++- tools/asm-11/tests/test_0010_alloc.mac | 4 +++- tools/asm-11/tests/test_0020_expr.mac | 11 +++++++++-- tools/asm-11/tests/test_0030_alloc.mac | 4 +++- tools/asm-11/tests/test_0040_asci.mac | 4 +++- tools/asm-11/tests/test_0050_iword.mac | 6 ++++-- tools/asm-11/tests/test_0100_op_g.mac | 4 +++- tools/asm-11/tests/test_0110_op_gg.mac | 6 ++++-- tools/asm-11/tests/test_0120_op_rg.mac | 4 +++- tools/asm-11/tests/test_0130_op_n.mac | 4 +++- tools/asm-11/tests/test_0140_op_o.mac | 4 +++- tools/asm-11/tests/test_0180_pst.mac | 6 ++++-- tools/asm-11/tests/test_0190_dot.mac | 4 +++- tools/asm-11/tests/test_0200_fpp_1op.mac | 4 +++- tools/asm-11/tests/test_0210_fpp_2op.mac | 4 +++- tools/asm-11/tests/zbug_0001.mac | 4 +++- tools/asm-11/tests/zbug_0002.mac | 6 ++++-- tools/asm-11/tests/zbug_0003.mac | 4 +++- tools/asm-11/tests/zbug_0004.mac | 4 +++- 56 files changed, 149 insertions(+), 90 deletions(-) diff --git a/tools/asm-11/lib/defs_bits.mac b/tools/asm-11/lib/defs_bits.mac index d0dd9361..82d7b051 100644 --- a/tools/asm-11/lib/defs_bits.mac +++ b/tools/asm-11/lib/defs_bits.mac @@ -1,6 +1,6 @@ -; $Id: defs_bits.mac 830 2016-12-26 20:25:49Z mueller $ +; $Id: defs_bits.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2014- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for generic bits names (as in defs_bits.das) ; diff --git a/tools/asm-11/lib/defs_cpu.mac b/tools/asm-11/lib/defs_cpu.mac index bca0edc9..fcb2a4f9 100644 --- a/tools/asm-11/lib/defs_cpu.mac +++ b/tools/asm-11/lib/defs_cpu.mac @@ -1,6 +1,6 @@ -; $Id: defs_cpu.mac 1133 2019-04-19 18:43:00Z mueller $ +; $Id: defs_cpu.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2014-2019 by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for basic CPU registers (as in defs_cpu.das) ; diff --git a/tools/asm-11/lib/defs_dl.mac b/tools/asm-11/lib/defs_dl.mac index 936a2a40..619ceeed 100644 --- a/tools/asm-11/lib/defs_dl.mac +++ b/tools/asm-11/lib/defs_dl.mac @@ -1,6 +1,6 @@ -; $Id: defs_dl.mac 1133 2019-04-19 18:43:00Z mueller $ +; $Id: defs_dl.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for primary DL11 controler (console) (as in defs_cons.das) ; diff --git a/tools/asm-11/lib/defs_dz.mac b/tools/asm-11/lib/defs_dz.mac index cb0acb1b..4ae57250 100644 --- a/tools/asm-11/lib/defs_dz.mac +++ b/tools/asm-11/lib/defs_dz.mac @@ -1,6 +1,6 @@ -; $Id: defs_dz.mac 1148 2019-05-12 10:10:44Z mueller $ +; $Id: defs_dz.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for primary DZ11 controler (as in defs_dz.das) ; diff --git a/tools/asm-11/lib/defs_kwl.mac b/tools/asm-11/lib/defs_kwl.mac index df5e081d..f0f0ddf6 100644 --- a/tools/asm-11/lib/defs_kwl.mac +++ b/tools/asm-11/lib/defs_kwl.mac @@ -1,6 +1,6 @@ -; $Id: defs_kwl.mac 1138 2019-04-26 08:14:56Z mueller $ +; $Id: defs_kwl.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for KW11-L line clock (as in defs_kwl.das) ; diff --git a/tools/asm-11/lib/defs_kwp.mac b/tools/asm-11/lib/defs_kwp.mac index 85aefdf4..4326f0e9 100644 --- a/tools/asm-11/lib/defs_kwp.mac +++ b/tools/asm-11/lib/defs_kwp.mac @@ -1,6 +1,6 @@ -; $Id: defs_kwp.mac 1134 2019-04-21 17:18:03Z mueller $ +; $Id: defs_kwp.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2018-2019 by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for KW11-P programmable clock (as in defs_kwp.das) ; diff --git a/tools/asm-11/lib/defs_lp.mac b/tools/asm-11/lib/defs_lp.mac index bef519b9..8921cb0e 100644 --- a/tools/asm-11/lib/defs_lp.mac +++ b/tools/asm-11/lib/defs_lp.mac @@ -1,6 +1,6 @@ -; $Id: defs_lp.mac 1122 2019-03-17 08:15:42Z mueller $ +; $Id: defs_lp.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for LP11 controler (as in defs_lp.das) ; diff --git a/tools/asm-11/lib/defs_mmu.mac b/tools/asm-11/lib/defs_mmu.mac index e7f0833f..6ede8372 100644 --- a/tools/asm-11/lib/defs_mmu.mac +++ b/tools/asm-11/lib/defs_mmu.mac @@ -1,6 +1,6 @@ -; $Id: defs_mmu.mac 1053 2018-10-06 20:34:52Z mueller $ +; $Id: defs_mmu.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2015-2018 by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for mmu registers (as in defs_mmu.das) ; diff --git a/tools/asm-11/lib/defs_nzvc.mac b/tools/asm-11/lib/defs_nzvc.mac index 46717c81..2babaf8c 100644 --- a/tools/asm-11/lib/defs_nzvc.mac +++ b/tools/asm-11/lib/defs_nzvc.mac @@ -1,6 +1,6 @@ -; $Id: defs_nzvc.mac 830 2016-12-26 20:25:49Z mueller $ +; $Id: defs_nzvc.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2015- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for condition code combinations ; diff --git a/tools/asm-11/lib/defs_pc.mac b/tools/asm-11/lib/defs_pc.mac index 73a190d7..3386a799 100644 --- a/tools/asm-11/lib/defs_pc.mac +++ b/tools/asm-11/lib/defs_pc.mac @@ -1,6 +1,6 @@ -; $Id: defs_pc.mac 1122 2019-03-17 08:15:42Z mueller $ +; $Id: defs_pc.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for PC11 controler (as in defs_pc.das) ; diff --git a/tools/asm-11/lib/defs_reg70.mac b/tools/asm-11/lib/defs_reg70.mac index da1e7bba..2895e548 100644 --- a/tools/asm-11/lib/defs_reg70.mac +++ b/tools/asm-11/lib/defs_reg70.mac @@ -1,6 +1,6 @@ -; $Id: defs_reg70.mac 830 2016-12-26 20:25:49Z mueller $ +; $Id: defs_reg70.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2015- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for 11/70 CPU registers (as in defs_reg70.das) ; diff --git a/tools/asm-11/lib/defs_rk.mac b/tools/asm-11/lib/defs_rk.mac index 9731cc8e..598567f3 100644 --- a/tools/asm-11/lib/defs_rk.mac +++ b/tools/asm-11/lib/defs_rk.mac @@ -1,6 +1,6 @@ -; $Id: defs_rk.mac 1122 2019-03-17 08:15:42Z mueller $ +; $Id: defs_rk.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2014- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for RK11 controler (as in defs_rk.das) ; diff --git a/tools/asm-11/lib/defs_rl.mac b/tools/asm-11/lib/defs_rl.mac index f055481e..6806a003 100644 --- a/tools/asm-11/lib/defs_rl.mac +++ b/tools/asm-11/lib/defs_rl.mac @@ -1,6 +1,6 @@ -; $Id: $ +; $Id: defs_rl.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for RL11 controler ; diff --git a/tools/asm-11/lib/defs_rp.mac b/tools/asm-11/lib/defs_rp.mac index 0016278f..f613dfe2 100644 --- a/tools/asm-11/lib/defs_rp.mac +++ b/tools/asm-11/lib/defs_rp.mac @@ -1,6 +1,6 @@ -; $Id: defs_rp.mac 1143 2019-05-01 13:25:51Z mueller $ +; $Id: defs_rp.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2015-2019 by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for RH70/RPRM controler ; diff --git a/tools/asm-11/lib/defs_tm.mac b/tools/asm-11/lib/defs_tm.mac index 0004afe9..67ae0c64 100644 --- a/tools/asm-11/lib/defs_tm.mac +++ b/tools/asm-11/lib/defs_tm.mac @@ -1,6 +1,6 @@ -; $Id: defs_tm.mac 1133 2019-04-19 18:43:00Z mueller $ +; $Id: defs_tm.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2015-2019 by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for TM11 controler ; diff --git a/tools/asm-11/lib/defs_xu.mac b/tools/asm-11/lib/defs_xu.mac index 37bc8c1d..822782cd 100644 --- a/tools/asm-11/lib/defs_xu.mac +++ b/tools/asm-11/lib/defs_xu.mac @@ -1,6 +1,6 @@ -; $Id: defs_xu.mac 1122 2019-03-17 08:15:42Z mueller $ +; $Id: defs_xu.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2017- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; definitions for DEUNA controler ; diff --git a/tools/asm-11/lib/kprchr.mac b/tools/asm-11/lib/kprchr.mac index bc762468..bd217783 100644 --- a/tools/asm-11/lib/kprchr.mac +++ b/tools/asm-11/lib/kprchr.mac @@ -1,6 +1,6 @@ -; $Id: kprchr.mac 830 2016-12-26 20:25:49Z mueller $ +; $Id: kprchr.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2013- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; synchronous (polling) console print: single character ; Call: diff --git a/tools/asm-11/lib/kprdec.mac b/tools/asm-11/lib/kprdec.mac index 7333be81..034533d2 100644 --- a/tools/asm-11/lib/kprdec.mac +++ b/tools/asm-11/lib/kprdec.mac @@ -1,6 +1,6 @@ -; $Id: kprdec.mac 830 2016-12-26 20:25:49Z mueller $ +; $Id: kprdec.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2013- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; synchronous (polling) console print: print signed decimal number ; Call: diff --git a/tools/asm-11/lib/kprfmt.mac b/tools/asm-11/lib/kprfmt.mac index 87115656..7f054a8a 100644 --- a/tools/asm-11/lib/kprfmt.mac +++ b/tools/asm-11/lib/kprfmt.mac @@ -1,6 +1,6 @@ -; $Id: kprfmt.mac 830 2016-12-26 20:25:49Z mueller $ +; $Id: kprfmt.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2013- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; synchronous (polling) console print: very simple printf ; Call: diff --git a/tools/asm-11/lib/kproct.mac b/tools/asm-11/lib/kproct.mac index 2ede0972..04e421ce 100644 --- a/tools/asm-11/lib/kproct.mac +++ b/tools/asm-11/lib/kproct.mac @@ -1,6 +1,6 @@ -; $Id: kproct.mac 830 2016-12-26 20:25:49Z mueller $ +; $Id: kproct.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2013- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; synchronous (polling) console print: print octal number ; Call: diff --git a/tools/asm-11/lib/kprstr.mac b/tools/asm-11/lib/kprstr.mac index 054c792e..8c7ea260 100644 --- a/tools/asm-11/lib/kprstr.mac +++ b/tools/asm-11/lib/kprstr.mac @@ -1,6 +1,6 @@ -; $Id: kprstr.mac 830 2016-12-26 20:25:49Z mueller $ +; $Id: kprstr.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2013- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; synchronous (polling) console print: print 0-terminated string ; Call: diff --git a/tools/asm-11/lib/mminki.mac b/tools/asm-11/lib/mminki.mac index 6470d21f..405861e9 100644 --- a/tools/asm-11/lib/mminki.mac +++ b/tools/asm-11/lib/mminki.mac @@ -1,6 +1,6 @@ -; $Id: mminki.mac 831 2016-12-27 16:51:12Z mueller $ +; $Id: mminki.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2016- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; Initialize MMU, kernel I space only ; Call: diff --git a/tools/asm-11/lib/randzp.mac b/tools/asm-11/lib/randzp.mac index 2782b896..0c189bd7 100644 --- a/tools/asm-11/lib/randzp.mac +++ b/tools/asm-11/lib/randzp.mac @@ -1,6 +1,6 @@ -; $Id: randzp.mac 1135 2019-04-23 12:56:23Z mueller $ +; $Id: randzp.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2019- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; pseudo random number generator ; seen in zpcae0; certainly not crypto grade quality !! diff --git a/tools/asm-11/lib/tcode_std_base.mac b/tools/asm-11/lib/tcode_std_base.mac index 36b9da15..c782b978 100644 --- a/tools/asm-11/lib/tcode_std_base.mac +++ b/tools/asm-11/lib/tcode_std_base.mac @@ -1,6 +1,6 @@ -; $Id: tcode_std_base.mac 830 2016-12-26 20:25:49Z mueller $ +; $Id: tcode_std_base.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2015- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; Default tcode base code for simple tests ; diff --git a/tools/asm-11/lib/tcode_std_start.mac b/tools/asm-11/lib/tcode_std_start.mac index e10e399c..c67cf965 100644 --- a/tools/asm-11/lib/tcode_std_start.mac +++ b/tools/asm-11/lib/tcode_std_start.mac @@ -1,6 +1,6 @@ -; $Id: tcode_std_start.mac 830 2016-12-26 20:25:49Z mueller $ +; $Id: tcode_std_start.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2015- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; Default tcode startup code ; diff --git a/tools/asm-11/lib/vec_cpucatch.mac b/tools/asm-11/lib/vec_cpucatch.mac index f26f2f36..6a76abfe 100644 --- a/tools/asm-11/lib/vec_cpucatch.mac +++ b/tools/asm-11/lib/vec_cpucatch.mac @@ -1,6 +1,6 @@ -; $Id: vec_cpucatch.mac 830 2016-12-26 20:25:49Z mueller $ +; $Id: vec_cpucatch.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2013- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; vector catcher for basic cpu interrupts ; diff --git a/tools/asm-11/lib/vec_cpucatch_reset.mac b/tools/asm-11/lib/vec_cpucatch_reset.mac index 16b3192c..4434960f 100644 --- a/tools/asm-11/lib/vec_cpucatch_reset.mac +++ b/tools/asm-11/lib/vec_cpucatch_reset.mac @@ -1,6 +1,6 @@ -; $Id: vec_cpucatch_reset.mac 830 2016-12-26 20:25:49Z mueller $ +; $Id: vec_cpucatch_reset.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2015- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; re-write vector catcher for basic cpu interrupts ; diff --git a/tools/asm-11/lib/vec_devcatch.mac b/tools/asm-11/lib/vec_devcatch.mac index 21cdf747..ce8e3025 100644 --- a/tools/asm-11/lib/vec_devcatch.mac +++ b/tools/asm-11/lib/vec_devcatch.mac @@ -1,6 +1,6 @@ -; $Id: vec_devcatch.mac 1139 2019-04-27 14:00:38Z mueller $ +; $Id: vec_devcatch.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2015- by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; vector catcher for device interrupts (subset used by w11) ; diff --git a/tools/asm-11/lib/vec_devcatch_reset.mac b/tools/asm-11/lib/vec_devcatch_reset.mac index a97aaa98..5b8aa376 100644 --- a/tools/asm-11/lib/vec_devcatch_reset.mac +++ b/tools/asm-11/lib/vec_devcatch_reset.mac @@ -1,6 +1,6 @@ -; $Id: vec_devcatch_reset.mac 1139 2019-04-27 14:00:38Z mueller $ +; $Id: vec_devcatch_reset.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2015-2019 by Walter F.J. Mueller -; License disclaimer see License.txt in $RETROBASE directory ; ; re-write vector catcher for device interrupts (subset used by w11) ; diff --git a/tools/asm-11/tests-err/testerr_0010_undef_label.mac b/tools/asm-11/tests-err/testerr_0010_undef_label.mac index 1c237bf0..e5c54225 100644 --- a/tools/asm-11/tests-err/testerr_0010_undef_label.mac +++ b/tools/asm-11/tests-err/testerr_0010_undef_label.mac @@ -1,4 +1,6 @@ -; $Id: testerr_0010_undef_label.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: testerr_0010_undef_label.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test undefined label response ; diff --git a/tools/asm-11/tests-err/testerr_0020_muldef_label.mac b/tools/asm-11/tests-err/testerr_0020_muldef_label.mac index 000edb9e..7861de60 100644 --- a/tools/asm-11/tests-err/testerr_0020_muldef_label.mac +++ b/tools/asm-11/tests-err/testerr_0020_muldef_label.mac @@ -1,4 +1,6 @@ -; $Id: testerr_0020_muldef_label.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: testerr_0020_muldef_label.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test multiple defined label response ; diff --git a/tools/asm-11/tests-err/testerr_0100_Berror.mac b/tools/asm-11/tests-err/testerr_0100_Berror.mac index 94ee7a0c..2db02797 100644 --- a/tools/asm-11/tests-err/testerr_0100_Berror.mac +++ b/tools/asm-11/tests-err/testerr_0100_Berror.mac @@ -1,4 +1,6 @@ -; $Id: testerr_0100_Berror.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: testerr_0100_Berror.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test B error code (bounding error) ; diff --git a/tools/asm-11/tests-err/testerr_0110_Nerror.mac b/tools/asm-11/tests-err/testerr_0110_Nerror.mac index eaa40573..2556dbea 100644 --- a/tools/asm-11/tests-err/testerr_0110_Nerror.mac +++ b/tools/asm-11/tests-err/testerr_0110_Nerror.mac @@ -1,4 +1,6 @@ -; $Id: testerr_0110_Nerror.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: testerr_0110_Nerror.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test N error code (Number error) ; diff --git a/tools/asm-11/tests-err/testerr_0120_Terror_const.mac b/tools/asm-11/tests-err/testerr_0120_Terror_const.mac index cb5056c4..fc3ced4d 100644 --- a/tools/asm-11/tests-err/testerr_0120_Terror_const.mac +++ b/tools/asm-11/tests-err/testerr_0120_Terror_const.mac @@ -1,4 +1,6 @@ -; $Id: testerr_0120_Terror_const.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: testerr_0120_Terror_const.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test T error code (Truncation) ; truncation of too large constants diff --git a/tools/asm-11/tests-err/testerr_0130_Terror_inst.mac b/tools/asm-11/tests-err/testerr_0130_Terror_inst.mac index 514ac536..79101258 100644 --- a/tools/asm-11/tests-err/testerr_0130_Terror_inst.mac +++ b/tools/asm-11/tests-err/testerr_0130_Terror_inst.mac @@ -1,4 +1,6 @@ -; $Id: testerr_0130_Terror_inst.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: testerr_0130_Terror_inst.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test T error code (Truncation) ; truncation in instruction fields diff --git a/tools/asm-11/tests-err/testerr_0140_Terror_expr.mac b/tools/asm-11/tests-err/testerr_0140_Terror_expr.mac index 2a54ef1f..4ced0d39 100644 --- a/tools/asm-11/tests-err/testerr_0140_Terror_expr.mac +++ b/tools/asm-11/tests-err/testerr_0140_Terror_expr.mac @@ -1,4 +1,6 @@ -; $Id: testerr_0140_Terror_expr.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: testerr_0140_Terror_expr.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test T error code (Truncation) ; truncation in expressions diff --git a/tools/asm-11/tests-err/testerr_0150_Terror_fpp.mac b/tools/asm-11/tests-err/testerr_0150_Terror_fpp.mac index a5bd68e9..9254f3db 100644 --- a/tools/asm-11/tests-err/testerr_0150_Terror_fpp.mac +++ b/tools/asm-11/tests-err/testerr_0150_Terror_fpp.mac @@ -1,4 +1,6 @@ -; $Id: testerr_0150_Terror_fpp.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: testerr_0150_Terror_fpp.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test T error code (trunction) ; fpp cases: fpp ac reg>3 diff --git a/tools/asm-11/tests-err/testerr_0200_Aerror_branch.mac b/tools/asm-11/tests-err/testerr_0200_Aerror_branch.mac index d2607396..f4824064 100644 --- a/tools/asm-11/tests-err/testerr_0200_Aerror_branch.mac +++ b/tools/asm-11/tests-err/testerr_0200_Aerror_branch.mac @@ -1,4 +1,6 @@ -; $Id: testerr_0200_Aerror_branch.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: testerr_0200_Aerror_branch.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test A error code (Assembly error) ; case: range of branch or sob exceeded diff --git a/tools/asm-11/tests/test_0010_alloc.mac b/tools/asm-11/tests/test_0010_alloc.mac index d3221b70..3b3e0f43 100644 --- a/tools/asm-11/tests/test_0010_alloc.mac +++ b/tools/asm-11/tests/test_0010_alloc.mac @@ -1,4 +1,6 @@ -; $Id: test_0010_alloc.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: test_0010_alloc.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test basic label and allocation constructs ; .blkb diff --git a/tools/asm-11/tests/test_0020_expr.mac b/tools/asm-11/tests/test_0020_expr.mac index 406956ff..e7032a79 100644 --- a/tools/asm-11/tests/test_0020_expr.mac +++ b/tools/asm-11/tests/test_0020_expr.mac @@ -1,4 +1,6 @@ -; $Id: test_0020_expr.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: test_0020_expr.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test assignment and expressions ; @@ -36,7 +38,12 @@ r5 = ^d11 ;;!! 000013 r6 = 99. ;;!! 000143 r7 = ^d99 ;;!! 000143 -;; r8 = ^x1234 + +; combine ^c with radix prefixes and suffixes + + r10 = ^c^o377 ;;!! 177400 + r11 = ^c^b111 ;;!! 177770 + r12 = ^c254. ;;!! 177401 ; other prefixes diff --git a/tools/asm-11/tests/test_0030_alloc.mac b/tools/asm-11/tests/test_0030_alloc.mac index 30cf354f..6cd2d948 100644 --- a/tools/asm-11/tests/test_0030_alloc.mac +++ b/tools/asm-11/tests/test_0030_alloc.mac @@ -1,4 +1,6 @@ -; $Id: test_0030_alloc.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: test_0030_alloc.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test .word/.byte with expressions ect ; diff --git a/tools/asm-11/tests/test_0040_asci.mac b/tools/asm-11/tests/test_0040_asci.mac index 6dca4d01..4e08b5c5 100644 --- a/tools/asm-11/tests/test_0040_asci.mac +++ b/tools/asm-11/tests/test_0040_asci.mac @@ -1,4 +1,6 @@ -; $Id: test_0040_asci.mac 548 2014-01-12 09:48:47Z mueller $ +; $Id: test_0040_asci.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2014- by Walter F.J. Mueller ; ; test .ascii/.asciz ; diff --git a/tools/asm-11/tests/test_0050_iword.mac b/tools/asm-11/tests/test_0050_iword.mac index 49006547..16f69191 100644 --- a/tools/asm-11/tests/test_0050_iword.mac +++ b/tools/asm-11/tests/test_0050_iword.mac @@ -1,5 +1,7 @@ -; $Id: test_0050_iword.mac 502 2013-04-02 19:29:30Z mueller $ -; +; $Id: test_0050_iword.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller + ; test implicit .word ; when a statement does not start with pst symbol (opcode or directive) ; assume an implicit .word diff --git a/tools/asm-11/tests/test_0100_op_g.mac b/tools/asm-11/tests/test_0100_op_g.mac index f6af8b61..39744a1d 100644 --- a/tools/asm-11/tests/test_0100_op_g.mac +++ b/tools/asm-11/tests/test_0100_op_g.mac @@ -1,4 +1,6 @@ -; $Id: test_0100_op_g.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: test_0100_op_g.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test opcodes with one general operand ; diff --git a/tools/asm-11/tests/test_0110_op_gg.mac b/tools/asm-11/tests/test_0110_op_gg.mac index c4bd9412..2d0656fd 100644 --- a/tools/asm-11/tests/test_0110_op_gg.mac +++ b/tools/asm-11/tests/test_0110_op_gg.mac @@ -1,5 +1,7 @@ -; $Id: test_0110_op_gg.mac 501 2013-03-30 13:53:39Z mueller $ -; +; $Id: test_0110_op_gg.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller + ; test opcodes with two general operands ; .asect diff --git a/tools/asm-11/tests/test_0120_op_rg.mac b/tools/asm-11/tests/test_0120_op_rg.mac index efa81a54..53e7c42f 100644 --- a/tools/asm-11/tests/test_0120_op_rg.mac +++ b/tools/asm-11/tests/test_0120_op_rg.mac @@ -1,4 +1,6 @@ -; $Id: test_0120_op_rg.mac 575 2014-07-27 20:55:41Z mueller $ +; $Id: test_0120_op_rg.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2014- by Walter F.J. Mueller ; ; test opcodes with 1 1/2 operands ; diff --git a/tools/asm-11/tests/test_0130_op_n.mac b/tools/asm-11/tests/test_0130_op_n.mac index ed02a98c..396d4316 100644 --- a/tools/asm-11/tests/test_0130_op_n.mac +++ b/tools/asm-11/tests/test_0130_op_n.mac @@ -1,4 +1,6 @@ -; $Id: test_0130_op_n.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: test_0130_op_n.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test opcodes with no or numeric operands ; diff --git a/tools/asm-11/tests/test_0140_op_o.mac b/tools/asm-11/tests/test_0140_op_o.mac index 81292e54..2295a52e 100644 --- a/tools/asm-11/tests/test_0140_op_o.mac +++ b/tools/asm-11/tests/test_0140_op_o.mac @@ -1,4 +1,6 @@ -; $Id: test_0140_op_o.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: test_0140_op_o.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test opcodes offset operands ; diff --git a/tools/asm-11/tests/test_0180_pst.mac b/tools/asm-11/tests/test_0180_pst.mac index 857755b7..63982d3d 100644 --- a/tools/asm-11/tests/test_0180_pst.mac +++ b/tools/asm-11/tests/test_0180_pst.mac @@ -1,5 +1,7 @@ -; $Id: test_0180_pst.mac 502 2013-04-02 19:29:30Z mueller $ -; +; $Id: test_0180_pst.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller + ; test interaction pst <-> lst ; .asect diff --git a/tools/asm-11/tests/test_0190_dot.mac b/tools/asm-11/tests/test_0190_dot.mac index 760ff0b3..d1b09610 100644 --- a/tools/asm-11/tests/test_0190_dot.mac +++ b/tools/asm-11/tests/test_0190_dot.mac @@ -1,4 +1,6 @@ -; $Id: test_0190_dot.mac 712 2015-11-01 22:53:45Z mueller $ +; $Id: test_0190_dot.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2015- by Walter F.J. Mueller ; ; test dot '.' handling ; '.' refers in MACRO-11 (RT11 V4.0) to diff --git a/tools/asm-11/tests/test_0200_fpp_1op.mac b/tools/asm-11/tests/test_0200_fpp_1op.mac index e74e5231..654872ee 100644 --- a/tools/asm-11/tests/test_0200_fpp_1op.mac +++ b/tools/asm-11/tests/test_0200_fpp_1op.mac @@ -1,4 +1,6 @@ -; $Id: test_0200_fpp_1op.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: test_0200_fpp_1op.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; test fpp opcodes with 0 or 1 operands ; diff --git a/tools/asm-11/tests/test_0210_fpp_2op.mac b/tools/asm-11/tests/test_0210_fpp_2op.mac index 2220cf3e..30bae022 100644 --- a/tools/asm-11/tests/test_0210_fpp_2op.mac +++ b/tools/asm-11/tests/test_0210_fpp_2op.mac @@ -1,4 +1,6 @@ -; $Id: test_0210_fpp_2op.mac 503 2013-04-06 19:44:13Z mueller $ +; $Id: test_0210_fpp_2op.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2019- by Walter F.J. Mueller ; ; test fpp opcodes with 2 operands ; diff --git a/tools/asm-11/tests/zbug_0001.mac b/tools/asm-11/tests/zbug_0001.mac index 4df6476f..cf707b92 100644 --- a/tools/asm-11/tests/zbug_0001.mac +++ b/tools/asm-11/tests/zbug_0001.mac @@ -1,4 +1,6 @@ -; $Id: zbug_0001.mac 501 2013-03-30 13:53:39Z mueller $ +; $Id: zbug_0001.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; ISSUE: .ascii without label failed with Q ; diff --git a/tools/asm-11/tests/zbug_0002.mac b/tools/asm-11/tests/zbug_0002.mac index cc60c33b..1872d601 100644 --- a/tools/asm-11/tests/zbug_0002.mac +++ b/tools/asm-11/tests/zbug_0002.mac @@ -1,5 +1,7 @@ -; $Id: zbug_0002.mac 501 2013-03-30 13:53:39Z mueller $ -; +; $Id: zbug_0002.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller + ; ISSUE: phase error after fmt='-' type opcodes ; ; REASON: incdot(2) wasn't called in this case in pass 1. diff --git a/tools/asm-11/tests/zbug_0003.mac b/tools/asm-11/tests/zbug_0003.mac index 622154b8..a31a792e 100644 --- a/tools/asm-11/tests/zbug_0003.mac +++ b/tools/asm-11/tests/zbug_0003.mac @@ -1,4 +1,6 @@ -; $Id: zbug_0003.mac 502 2013-04-02 19:29:30Z mueller $ +; $Id: zbug_0003.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2013- by Walter F.J. Mueller ; ; for asm-11 prior rev 502 ; diff --git a/tools/asm-11/tests/zbug_0004.mac b/tools/asm-11/tests/zbug_0004.mac index 310ba2c4..2ffa409f 100644 --- a/tools/asm-11/tests/zbug_0004.mac +++ b/tools/asm-11/tests/zbug_0004.mac @@ -1,4 +1,6 @@ -; $Id: zbug_0004.mac 1063 2018-10-29 18:37:42Z mueller $ +; $Id: zbug_0004.mac 1184 2019-07-10 20:39:44Z mueller $ +; SPDX-License-Identifier: GPL-3.0-or-later +; Copyright 2018- by Walter F.J. Mueller ; ; for asm-11 prior rev 712 ;