X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=eagen0.c;h=2df5eceea09d11eb470232e8796d48c950bca594;hp=bcddb193f64f51e76ceaaab1e0b6e3da158d0655;hb=HEAD;hpb=4a08774b122ba509b13c79975b2ad0f2e441c56b diff --git a/eagen0.c b/eagen0.c index bcddb19..48355f9 100644 --- a/eagen0.c +++ b/eagen0.c @@ -1,8 +1,8 @@ // -// RMAC - Reboot's Macro Assembler for all Atari computers +// RMAC - Renamed Macro Assembler for all Atari computers // EAGEN0.C - Effective Address Code Generation // Generated Code for eaN (Included twice by "eagen.c") -// 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 // @@ -65,7 +65,7 @@ int eaNgen(WORD siz) } if (optim_warn_flag) - warn("0(An) converted to (An)"); + warn("o3: 0(An) converted to (An)"); return OK; } @@ -329,7 +329,7 @@ int eaNgen(WORD siz) if (CHECK_OPTS(OPT_PC_RELATIVE)) { if ((aNexattr & (DEFINED | REFERENCED | EQUATED)) == (DEFINED | REFERENCED)) - return error("relocation not allowed"); + return error("relocation not allowed when o10 is enabled"); } if (tdb)