#Repeat a chunk of code verbatim in only one line
1 messages · Page 1 of 1 (latest)
Hard to provide much feedback without knowing more about your specific use case. Possibilities: external assembler source files rather than inline assembly; custom code generation; and using an external macro processor (it's not uncommon to use a C compiler's preprocessor on top of other languages).