Thread: RISC Processors
View Single Post
Old 01-30-2004, 12:00 AM   #2
94_AcCoRd_EX
Insomniac Moderator
 
94_AcCoRd_EX's Avatar
 
Join Date: Aug 2001
Location: OR
Age: 43
Posts: 11,142
Just so you know, programming in MIPS is natively just pure assembly. There are ways to program these in C and have it compiled in ASM though. If you don't know assembly yet, that's probably the way to go. They do a fairly good job, but if you want the best optimized, you probably are going to want to hard code the ASM yourself. I'd probably start by using C and if that doesn't work well enough, go from there. These compilers also support using ASM code inline with the C code, which is what I'm doing now on an Atmel uc.
__________________
1994 Accord EX coupe

--Need hosting for your pics on HST? PM me...--
94_AcCoRd_EX is offline   Reply With Quote