flat assembler
Message board for the users of flat assembler.
  
       
      Index
      > Main > How to navigate by each byte of an array in FASM?? | 
  
| Author | 
  | 
              
| 
                  
                   shutdownall 09 Aug 2014, 18:15 
                  You have to get familiar with allowed addressing modes of x86.
 
                  
                mov bl, [lpBuffer+cx] is not valid. You could use mov cl, [lpBuffer+bx] or mov bl, [lpBuffer+ecx] You can find additional information here: http://www.c-jump.com/CIS77/ASM/Addressing/lecture.html  | 
              |||
                  
  | 
              
| 
                  
                   jhonny6721 10 Aug 2014, 03:18 
                  Thanks for your help, shutdownall. I am using your suggestions, and they work properly.  
                  _________________ Мне нравится программирование.  | 
              |||
                  
  | 
              
< Last Thread | Next Thread >  | 
    
Forum Rules: 
  | 
    
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.