X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=rmac.h;h=39f908e0710c05232870140f7c2748c3e2b172fc;hb=e8f9d55bc7aaf40ad5f55de6b3b3cb007d61c865;hp=44ed972d9e97e4493ea8ea4e7e8d563f7e6b0fcd;hpb=7d748dc6e2259984c9093c48d84ae1ed280632ad;p=rmac diff --git a/rmac.h b/rmac.h index 44ed972..39f908e 100644 --- a/rmac.h +++ b/rmac.h @@ -1,7 +1,7 @@ // // RMAC - Renamed Macro Assembler for all Atari computers // RMAC.H - Main Application Code -// Copyright (C) 199x Landon Dyer, 2011-2021 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2022 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -222,6 +222,7 @@ PTR #define LABEL 0 // User-defined symbol #define MACRO 1 // Macro definition #define MACARG 2 // Macro argument +#define DBGSYM 3 // stabs debug symbol #define SY_UNDEF -1 // Undefined (lookup never matches it) // Symbol and expression attributes