flat assembler
Message board for the users of flat assembler.
Index
> Windows > getting invalid operand |
Author |
|
Alphonso 31 Aug 2008, 20:36
1. You need brackets [dwSourceFile]
2. You cannot move memory to memory, use a register, something like Code: mov eax,[esi+4] mov [dwSourceFile],eax ;or push [esi+4] pop [dwSourceFile] 3. Move your dwSourceFile dd ? , preferably into a data section |
|||
31 Aug 2008, 20:36 |
|
mzneo 01 Sep 2008, 06:12
I made the change and its working fine , thanks Alphonso
dwSource was in data section , just pasted part of code |
|||
01 Sep 2008, 06:12 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.