@CatStr reporting POASM: fatal error: Internal error ('

Started by Vortex, November 01, 2020, 09:12:19 PM

Previous topic - Next topic

Vortex

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.
Code it... That's all...

Vortex

Hello,

Pelles Macro Assembler Version 6.50.0 does not report any error message after the expression :

push @CatStr(<">,stackval,<">)
Code it... That's all...

Pelle

I can reproduce the problem. Not sure what it is, so I have no workaround for the moment. I will look at it...
/Pelle

Vortex

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
Code it... That's all...

Pelle

/Pelle

Vortex

Hi Pelle,

Thanks for the new Version Version 12.00.1. This update solved the issue.
Code it... That's all...

Pelle

( 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...)
/Pelle