EdouardBERGE / rasm

RASM powerful Z80 assembler
132 stars 16 forks source link

What operations are available with string variables? #37

Closed anrikun closed 2 months ago

anrikun commented 2 months ago

I want to use a variable containing a string. But it seems that RASM only accept numeric variables. In the documentation, I don't find any operator to concatenate strings for instance. Am I missing something?

EdouardBERGE commented 2 months ago

Hi, there is no string manipulations