#ifdef mc68/mc68000/m68000

Geoff Kuenning geoff at callan.UUCP
Sun Apr 1 10:27:08 AEST 1984


According to my Motorola documentation, the "mc" prefix is used to refer to
specific parts, while the "m" prefix refers to the generic family.  So the
68000 family should be conditionally compiled using "#ifdef m68000".  If you
have 68000/68008/68010/68012/68020-specific code, you should use
"#ifdef mc68xxx".  Of course, all of this depends more on what your compiler
#defines than on what Motorola really wants...

	Geoff Kuenning
	Callan Data Systems
	...!ihnp4!sdcrdcf!trwrb!wlbr!callan!geoff

Vax?  Is that a 68000 with the bytes going the other way?



More information about the Comp.lang.c mailing list