Hello,
In the code portion ( Poasm ) below, The CATSTR macro works as expected :
stackval SUBSTR strrev,1,remainder
temp CATSTR <">,stackval,<">
push temp
Using the @CatStr macro to push "stackval" , I get the following error message :
push @CatStr(<">,stackval,<">)
POASM: fatal error: Internal error (').
Is it possible to use @CatStr instead of CATSTR in my case?
Error reported by Pelles Macro Assembler, Version 10.00.0
Attached is an example project to reproduce the error.