i need softice for deassembling my assembly code..
can you give me any link to download?
i do have softice but it work for 95 i have xp installed..

Every version of MS-Windows has come with a free disassembler -- its called debug.exe and located in c:\windows directory (or whereever you installed windows).

Here are a couple very basic commands

c:\debug myprogram.exe
// disassemble the program
>u <Enter>
// get help
>h <Enter>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.