Click here to Skip to main content
15,887,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi EveryBody.

does anybody know what the different switch options do, architecture wise ?
here are the options:
MACHINE ARM (/MACHINE:ARM)
MACHINE EBC (/MACHINE:EBC)
MACHINE IA64 (/MACHINE:IA64)
MACHINE MIPS (/MACHINE:MIPS)
MACHINE MIPS16 (/MACHINE:MIPS16)
MACHINE MIPSFPU (/MACHINE:MIPSFPU)
MACHINE MIPSFPU16 (/MACHINE:MIPSFPU16)
MACHINE SH4 (/MACHINE:SH4)
MACHINE THUMB (/MACHINE:THUMB)
MACHINE X64 (/MACHINE:X64)
MACHINE X86 (/MACHINE:X86)
(Formated it to be asier to read)

i know ARM is the CPU used in mobile devices and that IA64 is Intels version of AMD64.
but what are the others ?

Thanks in Advance.

---edit---
is X64 option actually AMD64 ?
Posted
Updated 8-Jul-11 2:14am
v2

1 solution

Did you google for?
See Unified Extensible Firmware Interface[^] for EBC.
MIPS architecture[^] for MIPS.
SuperH[^] for SH4.
THUMB[^] is an ARM 'instruction set state'.
 
Share this answer
 
Comments
ryan20fun 8-Jul-11 8:07am    
i googled all over, but not on the exact one, my other searches like that did not work.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900