ASMA138W Non-empty PUSH xxxxxxx stack
Explanation
The number of PUSH instructions exceeds the number of POP instructions at the end of the assembly. This indicates a potential error.
System action
The assembly continues.
Programmer response
Change your program to issue POP instructions for all PUSHes. You can suppress this warning by specifying the NOPUSH suboption of the FLAG option.
Severity
4