News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

WATCOM c++ publics in ML

Started by bert, October 07, 2005, 09:36:22 PM

Previous topic - Next topic

bert

hi guys,

disassembling a WATCOM C++ object file provides this:
    .
    .
    .
0000    long unsigned near memflatrd32( long unsigned ):
0000    58                        pop         ax
0001    66 5B                    pop         ebx
0003    50                        push        ax
0004    67 66 64 FF 33       push        dword ptr fs:[ebx]
0009    58                        pop         ax
000A    5A                        pop         dx
000B    C3                        ret
    .
    .
    .

Searching the true name in the object file shows me:

"memflatrd32$n(ul)ul"

without ".

Is it possible to generate such a name using ML
without patching the object file afterwards?

bert regards, best