X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=sect.h;h=14dc65f86b046be347c32592a408f288ef10267f;hp=fb1db431438e5c43ae28f8ab8e41364ce066ebbf;hb=4205233c8397c581b4d27ab36ab81ec896ef3dd0;hpb=29fa5dcf504b966803063a1c2891f58f97126d04 diff --git a/sect.h b/sect.h index fb1db43..14dc65f 100644 --- a/sect.h +++ b/sect.h @@ -1,7 +1,7 @@ // // RMAC - Reboot's Macro Assembler for all Atari computers // SECT.H - Code Generation, Fixups and Section Management -// Copyright (C) 199x Landon Dyer, 2011-2019 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2020 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilized with the kind permission of Landon Dyer // @@ -84,6 +84,7 @@ #define FU_SEXT 0x0010 // Ok to sign extend #define FU_PCREL 0x0020 // Subtract PC first +#define FU_PCRELX 0x1000000 // 030 variant #define FU_EXPR 0x0040 // Expression (not symbol) follows #define FU_GLOBAL 0x0080 // Mark global symbol