Add a new section on non openpower machines
authorAlain D D Williams <addw@phcomp.co.uk>
Thu, 18 Mar 2021 14:44:58 +0000 (14:44 +0000)
committerAlain D D Williams <addw@phcomp.co.uk>
Thu, 18 Mar 2021 14:44:58 +0000 (14:44 +0000)
nonOpenpower/nonOpenpower.mdwn [new file with mode: 0644]

diff --git a/nonOpenpower/nonOpenpower.mdwn b/nonOpenpower/nonOpenpower.mdwn
new file mode 100644 (file)
index 0000000..7aa8758
--- /dev/null
@@ -0,0 +1,14 @@
+# This contains information about non Openpower machines
+
+The purpose is to provide comparisons with other processors - others may have done things
+before that are similar to what they are doing; we want to learn from them.
+
+
+
+* [x86_64 NASM Assembly Quick Reference](https://www.cs.uaf.edu/2017/fall/cs301/reference/x86_64.html)
+* [Wikipedia on x86_64](https://en.wikipedia.org/wiki/X86-64)
+
+* [X86-64 registers](https://blog.yossarian.net/2020/11/30/How-many-registers-does-an-x86-64-cpu-have)
+* [X86-64 registers](https://wiki.osdev.org/CPU_Registers_x86-64)
+* [X86 64 Register and Instruction Quick Start](https://wiki.cdot.senecacollege.ca/wiki/X86_64_Register_and_Instruction_Quick_Start)
+* [Four-Volume Set of Intel® 64 and IA-32 Architectures Software Developer’s Manuals](https://software.intel.com/content/www/us/en/develop/articles/intel-sdm.html)