Difference between revisions of "MIPS port"

From Free Pascal wiki
Jump to navigationJump to search
(New page: == References == * http://sourceforge.net/projects/fpc-mips/develop)
 
Line 1: Line 1:
 +
== MIPS Architectures ==
 +
 +
MIPS can be divided into the following targets for a code generator:
 +
 +
* MIPS 32-bits EL
 +
* MIPS 32-bits EB
 +
* MIPS 64-bits EL
 +
* MIPS 64-bits EB
 +
 
== References ==
 
== References ==
  
 
* http://sourceforge.net/projects/fpc-mips/develop
 
* http://sourceforge.net/projects/fpc-mips/develop

Revision as of 12:10, 19 November 2009

MIPS Architectures

MIPS can be divided into the following targets for a code generator:

  • MIPS 32-bits EL
  • MIPS 32-bits EB
  • MIPS 64-bits EL
  • MIPS 64-bits EB

References