Re: Slow nasm



volcano wrote:
Hi,

http://www.asmcommunity.net/board/index.php?topic=10687.0

above is a topic to nasm code about extracting exporting functions
from a dll. I have the latest include file AFAIK. The code is working
OK for small DLLs, such imagehlp.dll but if bigger, application is
freezing.

Is nasm so slow or still there are some bugs? I also uploaded my
sources for whom wishes.

http://www.mediafire.com/?edsd1994stz


Could you please file a bug report at the Sourceforge tracker and include your sources, including the header files:

: tazenda 7 ; ~/nasm/git/nasm -f obj getdllexp.asm
getdllexp.asm:1: fatal: unable to open include file `e:\nasm\inc\nagoa+.inc'

It would really help to know what version of NASM is giving you trouble (if you're using 0.98.x, try 0.99.05).

-hpa
.



Relevant Pages

  • Re: Slow nasm
    ... above is a topic to nasm code about extracting exporting functions ... from a dll. ... I have the latest include file AFAIK. ... Is nasm so slow or still there are some bugs? ...
    (alt.lang.asm)
  • Re: Slow nasm
    ... above is a topic to nasm code about extracting exporting functions ... from a dll. ... I have the latest include file AFAIK. ... Is nasm so slow or still there are some bugs? ...
    (alt.lang.asm)
  • Re: thanks for the response to the post below
    ... But I don't see any nasm code but there's code ... for ML and A86 assembler source and C. ... The Linux version looks like ald, with some Nasm code linked into it to do the assembly. ... I've seen another "debug" for Linux, this one written in Nasm. ...
    (comp.lang.asm.x86)
  • Re: VB6 - why isnt a straight Win32 DLL offered as a project type?
    ... between an ActiveX DLL and a "normal" Win32 DLL. ... Okay, here goes. ... I've stepped away from the Microsoft MASM compiler. ... NASM compiler. ...
    (microsoft.public.vb.general.discussion)
  • Re: C to NASM - lnkflat problem
    ... >> error linking file x.bin ... >> Apparently, it doesn't recognize printf. ... Generally I want to obtain NASM code from C. ... Or mayby there is some C compiler that produces NASM code? ...
    (comp.lang.asm.x86)