(no commit message)
[libreriscv.git] / openpower / isa.mdwn
1 # ISA Pseudo-code
2
3 ISA is the [[!wikipedia Instruction_set_architecture]] of a machine, the: CPU instructions, register set, memory model, etc, that describe the way a machine works.
4
5 These pages contain (in a strict machine-readable subset of mdwn)
6 the pseudo-code for all opcodes in the POWER v3.0B Public Spec
7
8 * [[isa/bcd]]
9 * [[isa/branch]]
10 * [[isa/comparefixed]]
11 * [[isa/condition]]
12 * [[isa/fixedarith]]
13 * [[isa/fixedload]]
14 * [[isa/fixedlogical]]
15 * [[isa/fixedshift]]
16 * [[isa/fixedstore]]
17 * [[isa/fixedtrap]]
18 * [[isa/sprset]]
19 * [[isa/stringldst]]
20 * [[isa/system]]
21