The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Khurram on September 09, 2006, 05:15:04 PM

Title: Masm 6 for 8086 or 8088
Post by: Khurram on September 09, 2006, 05:15:04 PM
hi

I am new bie in the world of assembly language please give me link for masm 6 for 8086 or 8088.

Thanx in advance

Khurram
Title: Re: Masm 6 for 8086 or 8088
Post by: hutch-- on September 10, 2006, 12:13:44 AM
Khurram,

There is no legal link for Microsoft release software. MASM 6 dates about 1990 so its very old but for 16 bit dos software you could use up to MASM 6.11 if you can get your hands on a release copy.

Do you particularly need old 16 bit software or could it be done in 32 bit ?
Title: Re: Masm 6 for 8086 or 8088
Post by: Khurram on September 10, 2006, 01:36:43 PM
Hutch thanks a lot i have found it from google after wondering a lot,i am 
learning  assembly though i have experince about programming like
PL/SQL,C# ,I found assembly very criptic but compell to learn cause its in my degree course , would you please gimme some link for elementry level for masm 6.11.

Thanx

Khurram
Title: Re: Masm 6 for 8086 or 8088
Post by: Vortex on September 10, 2006, 01:42:14 PM
Randall Hyde's website offers MASM v6.11 manuals in HTML, PDF and MS Word format :

http://webster.cs.ucr.edu/Page_TechDocs/index.html
Title: Re: Masm 6 for 8086 or 8088
Post by: Khurram on September 10, 2006, 01:48:18 PM
Thanx a lot dear very fast response  :U

Thanx a lot dear

Khurram
Title: Re: Masm 6 for 8086 or 8088
Post by: Khurram on September 10, 2006, 01:57:07 PM
Wana know whats the application of assembly other then compiler construction why this one in degreee courses why not cutting edge technology like java,j2ee etc intead assembly?

Khurram
Title: Re: Masm 6 for 8086 or 8088
Post by: gwapo on September 11, 2006, 09:38:28 AM
There is also a site that hosts MASM Documents, which you can find in here:
http://web.sau.edu/LillisKevinM/csci240/masmdocs/

Check the "Getting Started" and proceed to "Reference Guide".

Cheers,

-chris