Create built-in instruction macros %hex("...")
and %string("...")
#106
Labels
A-assembler
Area: assembler
C-enhance
Category: a request for an improvement
E-medium
Experience: of moderate difficulty
%hex("...")
An instruction macro that inserts the argument literally into the assembled output:
Would become:
We already have
%include_hex
, but this would be useful for smaller snippets.%string("...")
An instruction macro that inserts the argument literally into the assembled output, encoded as UTF-8:
Would become:
This macro is useful for revert reasons.
The text was updated successfully, but these errors were encountered: