Code address storage directive Format .CODE_ADDRESS name-list
1 – Parameter
name-list A list of symbols separated by commas. These symbols should reference either a procedure descriptor name, such as a routine name, or an externally defined procedure descriptor.
2 – Description
.CODE_ADDRESS causes the code addresses of the specified identifiers to be placed at the current psect and current location counter. The specified identifier should reference a procedure descriptor defined in the image.
3 – Notes
o You can only use this directive within data or mixed psects (psects that have either the NOEXE or MIX attributes). o If automatic data alignment is enabled, this directive aligns the current location counter to a quadword (64-bit) boundary before allocating storage.
4 – Example
.CODE_ADDRESS A