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.
Hello,
Pelles Macro Assembler Version 6.50.0 does not report any error message after the expression :
push @CatStr(<">,stackval,<">)
I can reproduce the problem. Not sure what it is, so I have no workaround for the moment. I will look at it...
Hi Pelle,
Poasm V12 reports the following error message :
StrToStackDemo.asm(31): fatal error: Invalid use of '"'.
No any problem with Poasm V11.
Tested withed attachment above , StringToStack1b.zip
I think this is also fixed by the following version:
http://www.smorgasbordet.com/pellesc/1200/poasm_12_00_1.zip
Hi Pelle,
Thanks for the new Version Version 12.00.1. This update solved the issue.
( I think I'm having a déjà vu... )
Great news, thanks. This version of POASM will be in the next Setup (either final or RC3, depending on events...)