How to determine quoted strings in a macros (gas)?

Dmitrij V dmxvlx@gmail.com
Tue Jan 14 11:16:00 GMT 2020


Hi there.

Can anyone to advise me, how to determine quoted string in
a macros?

I have INVOKE macros:

.macro INVOKE fn, arg1, arg2

  .ifnb \arg2
    .if \arg2[0] == " #FIXME what is I need here
      #TODO needs define temporary variable (string) and use it
    .endif;
  .endif;

.endm

and before to call the \fn, I need to place quoted string into
temporary variable...

--
the best regards



More information about the Binutils mailing list