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  | 
              |||
                  
  | 
              
| 
                  
                   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>  | 
              |||
                  
  | 
              
| 
                  
                   revolution 31 Aug 2006, 05:32 
                  Code: irp instr,<cmp eax,3>, <je case3>{instr}  | 
              |||
                  
  | 
              
| 
                  
                   Tomasz Grysztar 31 Aug 2006, 06:48 
                  See also this thread.  
                  
                 | 
              |||
                  
  | 
              
< Last Thread | Next Thread >  | 
    
Forum Rules: 
  | 
    
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.