View Single Post
Old 15 April 2024, 18:07   #4
a/b
Registered User
 
Join Date: Jun 2016
Location: europe
Posts: 1,053
That's not what XDEF/XREF are used for (EQUs&co).
You could see EQU/SET/RSSET/.. as "compile time" variables/constants. Now, if you would do something like:
Code:
QQQ EQU 123
varQQQ: DC.L QQQ
then you would use XDEF/XREF with varQQQ. To handle QQQ you simply include a header file (if they are in a separate file) and don't involve XREF/XDEF at all.
a/b is offline  
 
Page generated in 0.09246 seconds with 11 queries