Thread: MASM 16-Bit?

  1. #1
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212

    Question MASM 16-Bit?

    Does anyone know where I can download the 16-bit version of MASM?

  2. #2
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    I think you can do 16 bit code with the dos version. You will have to look up the right assembly directive or command line switch.

  3. #3
    Registered User
    Join Date
    Jan 2002
    Posts
    363
    Here's some funny spanish page. I'm atleast 50% certian thats what your looking for. . . .
    http://spazioweb.inwind.it/ramsoft/downlds/downlds.htm

  4. #4
    Registered User
    Join Date
    Oct 2001
    Posts
    197
    If you canīt find MASM look for TASM (Borlandīs 16-bit assembler).
    It works nearly like MASM and thereīs no difference between the produced executes.

    klausi
    When I close my eyes nobody can see me...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. bit value check efficiency
    By George2 in forum C Programming
    Replies: 5
    Last Post: 11-05-2007, 07:59 AM
  2. How does 0xff get represented on a 16 bit machine?
    By Overworked_PhD in forum C Programming
    Replies: 2
    Last Post: 10-27-2007, 11:32 AM
  3. porting application from 32 bit to 64 bit error
    By gandalf_bar in forum Linux Programming
    Replies: 1
    Last Post: 09-14-2005, 09:20 AM
  4. 16 bit colors
    By morbuz in forum Game Programming
    Replies: 13
    Last Post: 11-10-2001, 01:49 AM
  5. Array of boolean
    By DMaxJ in forum C++ Programming
    Replies: 11
    Last Post: 10-25-2001, 11:45 PM