CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Assembly

  1. #1
    Join Date
    Oct 2004
    Posts
    14

    Question Assembly

    Do you know any soft that can be installed on win2000/xp to compile 8086 programs ?thanks


  2. #2
    Join Date
    Sep 2004
    Location
    The Netherlands
    Posts
    30

    Re: Assembly

    tasm, masm32 and a lot of others...

    i'm using tasm (turbo assembler) at the moment for 16-bits asm, and masm32 for 32-bits asm.
    http://www.white-scorpion.nl

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

Featured