Results 1 to 2 of 2

Thread: Assembly conversion help

  1. #1

    Thread Starter
    Junior Member Tekmaven's Avatar
    Join Date
    Jun 2002
    Posts
    18

    Assembly conversion help

    Is there anyone here that could help me translate an application (very small) from ASM to C#.NET or VB.NET (or 6) or even C++?
    PC Mod Kingdom powered by ASP.NET - Your source for all PC Mod Info!

  2. #2
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    Depending on the application, you could probably drop most of the code into a C++ _asm block without any changes to the logic. You will probably have to change your declaration of variables though (have to use C++ instead of asm.)

    idk about C# and VB.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width