flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > opposite of "/" ? |
Author |
|
Slai 31 Aug 2006, 01:41
Is there a way to put 2 lines of code in one line ? or a macro ? For example:
cmp eax,3 | je case3 |
|||
31 Aug 2006, 01:41 |
|
vid 31 Aug 2006, 05:06
maybe this works, i didn't test it:
Code: macro lines [arg] {arg} lines <cmp eax,3>, <je case3> |
|||
31 Aug 2006, 05:06 |
|
revolution 31 Aug 2006, 05:32
Code: irp instr,<cmp eax,3>, <je case3>{instr} |
|||
31 Aug 2006, 05:32 |
|
Tomasz Grysztar 31 Aug 2006, 06:48
See also this thread.
|
|||
31 Aug 2006, 06:48 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.