flat assembler
Message board for the users of flat assembler.
Index
> Windows > masm can run,but fasm can't ,,why? |
Author |
|
LocoDelAssembly 08 Jan 2010, 19:28
After checking with a debugger I've noticed the actual code was this:
Code: sub rsp, 8 ; This appeared out of the blue sub rsp, 38H ; This instruction is yours After replacing SUB RSP, 38H with SUB RSP, 30H it worked (well, I've to made some extra modifications because I don't have pe.inc and buff and fl_buff were commented) Code: macro .code { section '.text' code readable executable entry $ sub rsp,8 ; Here it is the unexpected instruction local main,code entry equ main if main <> code jmp main end if code: } |
|||
08 Jan 2010, 19:28 |
|
charme 08 Jan 2010, 22:53
LocoDelAssembly wrote: After checking with a debugger I've noticed the actual code was this: oh! god! thx you ,,,,its true about that ,,, sub rsp,30h is well done so i'm a newer,,,so stack is well understand!! thk you any way |
|||
08 Jan 2010, 22:53 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.