flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Alphonso
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 |
|||
![]() |
|
mzneo
I made the change and its working fine , thanks Alphonso
dwSource was in data section , just pasted part of code ![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.