The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => 16 bit DOS Programming => Topic started by: takk on April 21, 2005, 11:57:06 PM

Title: cmacros
Post by: takk on April 21, 2005, 11:57:06 PM
Hello all,

I'm looking for a file named cmacros.inc. I think it's from a version of MASM that I don't have, and I tried to find it on Google without success. Anyone knows where can I find this file?
Title: Re: cmacros
Post by: Tedd on April 22, 2005, 09:55:45 AM
I believe you can find it in the NASM source package (yes that's N-asm, not M-asm :P)
Title: Re: cmacros
Post by: MichaelW on April 22, 2005, 02:45:45 PM
Depending on the version of MASM, you may be able to substitute CMACROS.NEW.

http://webster.cs.ucr.edu/Page_TechDocs/MASMDoc/ReferenceGuide/Chap_06.htm
Title: Re: cmacros
Post by: takk on April 23, 2005, 12:51:24 AM
Hi, fellows,

I neither could find this file in nasm sources, nor found the cmacros.new file. I'll still looking for...

Thanks a lot!
Title: Re: cmacros
Post by: Tedd on April 25, 2005, 10:25:57 AM
My bad :P
There are: c16.mac, c32.mac, myc32.mac - that's what I was thinking of.

What purpose do you need it for?