X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mach.c;h=9a9882e6b7c5c669c8a58c19f18ff58fab51c163;hb=cbc8347d4ffea164ca05b03e4e3be39945be8777;hp=8be3c4da7f91b3f67d2ae6111a6df90455627b18;hpb=4a08774b122ba509b13c79975b2ad0f2e441c56b;p=rmac diff --git a/mach.c b/mach.c index 8be3c4d..9a9882e 100644 --- a/mach.c +++ b/mach.c @@ -1,7 +1,7 @@ // -// RMAC - Reboot's Macro Assembler for all Atari computers +// RMAC - Renamed Macro Assembler for all Atari computers // MACH.C - Code Generation -// Copyright (C) 199x Landon Dyer, 2011-2020 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2021 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -2438,7 +2438,6 @@ int m_pload(WORD inst, WORD siz, WORD extension) inst = 1; else return error("illegal control register specified"); - break; case DREG: inst = (1 << 3) | a0reg;