flat assembler
Message board for the users of flat assembler.
Index
> Main > .. |
Author |
|
pool 28 Aug 2008, 02:18
..
Last edited by pool on 17 Mar 2013, 12:03; edited 1 time in total |
|||
28 Aug 2008, 02:18 |
|
asmhack 28 Aug 2008, 02:55
pool wrote: i dont understand whats the value of $ and $$ assemble the code below and open the executable with ollydbg you will find the answer alone, trust me even if you never used ollydbg before (well this is a good start..) Code: include 'win32ax.inc' .code go: nop mov eax,$ mov eax,$$ invoke ExitProcess,0 .end go now the answer for your second question is also very easy to find... just open the fasm.pdf, hit ctrl+f, write "?" in the textbox and hit enter... |
|||
28 Aug 2008, 02:55 |
|
revolution 28 Aug 2008, 06:06
$ is the current assembly offset.
$$ is the offset of the beginning of the current section. |
|||
28 Aug 2008, 06:06 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.