Dear Community
I wrote an assembler macro to wrap assembler subroutine calls (parameter passing and stuff)
The assembler macro code was well documented having a proper header and commented code
when the macro approached approx 80 lines of text and code, the MACRO Pre-Processor crashed
Removing the header text and comments in code solved the problem.
Is there a known limit how many lines a macro can have max? I would like to re-insert comments and
also some more code.
Any hints are welcome.
Regards
Rene