From b2c923d7fce610912142dda7906fe49376b02cf2 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 24 Feb 2022 11:21:22 +0000 Subject: [PATCH] add Power ISA link on mybluemix.net --- openpower/isa.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: -- 2.30.2