add Power ISA link on mybluemix.net
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 24 Feb 2022 11:21:22 +0000 (11:21 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 24 Feb 2022 13:09:31 +0000 (13:09 +0000)
openpower/isa.mdwn

index da3bfea983210ceb980c5b04532eb8bbb0b93b28..be5cf8a6d0e65d2f23d53e1e82496b7f4610656d 100644 (file)
@@ -2,7 +2,9 @@
 
 <!-- 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
@@ -35,6 +37,8 @@ Variants only available under the [[sv/svp64]] namespace
 * [[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>