Difference between revisions of "PowerPC"

From Free Pascal wiki
Jump to navigationJump to search
(Adding links and some details)
(Adding links.)
 
Line 1: Line 1:
The '''PowerPC''' architecture, also referred to as '''PPC''' or '''Power ISA''', is a 32-bit and 64-bit family of RISC instruction set processors created by the 1991 Apple–IBM– Motorola alliance, known as AIM. It is a derivative of the Power Architecture for RISC-based systems.
+
The '''PowerPC''' architecture, also referred to as '''PPC''' or '''Power ISA''', is a 32-bit and 64-bit family of RISC instruction set processors created by the 1991 Apple–IBM–Motorola alliance, known as AIM. It is a derivative of the Power Architecture for RISC-based systems.
  
The PowerPC architecture is supported by a plethora of operating systems including but not restricted to Amiga OS, BSD, IBM i, Linux, Mac OS Classic and Mac OS X. PowerPC-based processors are used for systems as different as embedded applications (including autopilots, robots and space craft), game consoles, personal computers, workstations, servers and mainframe computers.
+
The PowerPC architecture is supported by a plethora of operating systems including but not restricted to [[Amiga|Amiga OS]], [[FreeBSD|BSD]], IBM i, [[Portal:Linux|Linux]], [[Portal:Mac|Mac OS Classic]], [[Portal:Mac|Mac OS X]] and [[MorphOS]]. PowerPC-based processors are used for systems as different as embedded applications (including autopilots, robots and space craft), game consoles, personal computers, workstations, servers and mainframe computers.
  
 
Free Pascal supports code generation for both 32-bit and 64-bit PowerPC-based systems.
 
Free Pascal supports code generation for both 32-bit and 64-bit PowerPC-based systems.

Latest revision as of 23:50, 27 November 2016

The PowerPC architecture, also referred to as PPC or Power ISA, is a 32-bit and 64-bit family of RISC instruction set processors created by the 1991 Apple–IBM–Motorola alliance, known as AIM. It is a derivative of the Power Architecture for RISC-based systems.

The PowerPC architecture is supported by a plethora of operating systems including but not restricted to Amiga OS, BSD, IBM i, Linux, Mac OS Classic, Mac OS X and MorphOS. PowerPC-based processors are used for systems as different as embedded applications (including autopilots, robots and space craft), game consoles, personal computers, workstations, servers and mainframe computers.

Free Pascal supports code generation for both 32-bit and 64-bit PowerPC-based systems.

See also