You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which works fine for string concatenation. But when you do the same with the triton_asm! macro, the macro inserts a space between the entrypoint string and _inner forcing you to pre-declare all labels which, in my opinion, reduces readability.
The text was updated successfully, but these errors were encountered:
A lot of code in
tasm-lib
creates labels this way:Which works fine for string concatenation. But when you do the same with the
triton_asm!
macro, the macro inserts a space between theentrypoint
string and_inner
forcing you to pre-declare all labels which, in my opinion, reduces readability.The text was updated successfully, but these errors were encountered: