Am 08.11.2021 um 05:40 schrieb Charles Mills:
+1

I have my LOCTR's named CODE and DATA but I agree with the concept: base 
register points to the CSECT; CSECT has data and LTORG's first. Hard to get 
totally away from base registers, especially if your ARCH does not support EXR.

You don't want inline data values that you branch around. They are 
cache-killers.


Only if you write into the data areas;
the OP wrote of constants in macros, so the areas should be read-only.

Kind regards

Bernd



Charles

Reply via email to