Template:Infobox CPU architecture/doc: Difference between revisions

Content deleted Content added
Initial article creation
 
No edit summary
Line 6:
<pre>
{{Infobox CPU architecture
| name = Name of architecture, e.g. x86, SPARC, PowerPC, MIPS, ARM
| designer = Designer of the architecture
| bus = Width of bus, e.g. 32-bit, 64-bit
Line 16 ⟶ 17:
| endianness = Byte ordering, i.e. Little, Big, Bi
| extensions = ISA extensions, i.e. MMX, SSE, AltiVec, etc
| Openopen = Is the architecture open or not? (as in free or proprietary)
}}
</pre>
All fields are optional.
 
== Example ==
{{Infobox CPU architecture
| name = SPARC
| designer = [[Sun Microsystems]]
| bus = 64-bit (32 → 64)
| introduced = 1985
| version = V9
| design = RISC
| type = Register-Register
| encoding = Fixed
| branching = Condition code
| endianness = Bi (Big → Bi)
| extensions = [[Visual Instruction Set|VIS]] 1.0, 2.0, 3.0
| open = Yes
}}
<pre>
{{Infobox CPU architecture
| name = SPARC
| designer = [[Sun Microsystems]]
| bus = 64-bit (32 → 64)
| introduced = 1985
| version = V9
| design = RISC
| type = Register-Register
| encoding = Fixed
| branching = Condition code
| endianness = Bi (Big → Bi)
| extensions = [[Visual Instruction Set|VIS]] 1.0, 2.0, 3.0
| open = Yes
}}
</pre>
 
<includeonly>