Table of Contents
Assembly language files dependencies provided by AWS Blu Insights rely only on the Call statement.
CALL
The call expression in ASM implies a dependency on another ASM file.
CALL filename
this expression must start at the 10th column of a line andfilename
is the name of an ASM file in the project.
The call on a CSECT section defined in the same file will not produce any dependency.