X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=6502.c;h=5978240a5bfe53be35059fb0b6820c78e6653532;hp=2fc971d277bf681c95c1479eea8429dbb832a988;hb=66b362fa203d0850e8dce8045adb454e354c22ce;hpb=eace4e1b294ccec54a5c476619f616f5da0bf8a9 diff --git a/6502.c b/6502.c index 2fc971d..5978240 100644 --- a/6502.c +++ b/6502.c @@ -1,7 +1,7 @@ // // RMAC - Reboot's Macro Assembler for all Atari computers // 6502.C - 6502 Assembler -// Copyright (C) 199x Landon Dyer, 2011-2017 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2018 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -364,7 +364,7 @@ void m6502cg(int op) else goto badmode; - tok += 3; // Past SYMBOL ')' EOL + tok += 3; // Past SYMBOL ')' EOL zpreq = 1; // Request zeropage optimization } else if (*tok == EOL)