From: Luke Kenneth Casson Leighton Date: Thu, 24 Feb 2022 11:21:22 +0000 (+0000) Subject: add Power ISA link on mybluemix.net X-Git-Tag: opf_rfc_ls005_v1~3182 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2c923d7fce610912142dda7906fe49376b02cf2;p=libreriscv.git add Power ISA link on mybluemix.net --- diff --git a/openpower/isa.mdwn b/openpower/isa.mdwn index da3bfea98..be5cf8a6d 100644 --- a/openpower/isa.mdwn +++ b/openpower/isa.mdwn @@ -2,7 +2,9 @@ -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 @@ -35,6 +37,8 @@ Variants only available under the [[sv/svp64]] namespace * [[isa/svfixedload]] * [[isa/svfparith]] +A useful aide to finding Power ISA instructions: + # Pseudocode syntax The syntax is shown in the v3.0B OpenPOWER Reference Manual. The implementation of a parser, using python-ply, is here: