<!-- this is a test comment -->
-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.
+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.
These pages contain (in a strict machine-readable subset of mdwn)
the pseudo-code for all opcodes in the POWER v3.0B Public Spec
* [[isa/svfixedload]]
* [[isa/svfparith]]
+A useful aide to finding Power ISA instructions: <https://power-isa-beta.mybluemix.net>
+
# Pseudocode syntax
The syntax is shown in the v3.0B OpenPOWER Reference Manual. The implementation of a parser, using python-ply, is here: <https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/decoder/pseudo/parser.py;hb=HEAD>