18+ results for 'sandpile.org' (0 ms)
Not the results you expected?
data.py (http://pyemu.googlecode.com/svn/trunk/) Python · 697 lines
class_system_architecture.html (https://bitbucket.org/chancey/maven.git) HTML · 60 lines
46 </table>
47 <hr/><a name="_details"></a><h2>Detailed Description</h2>
48 <dl class="author"><dt><b>Author:</b></dt><dd>Alex <<a href="mailto:aimmig2@hotmail.com">aimmig2@hotmail.com</a>> @url <a href="http://www.sandpile.org/ia32/cpuid.htm">http://www.sandpile.org/ia32/cpuid.htm</a> for more information on what each CPUID function does and what each bit returned represents </dd></dl>
50 <p>Definition at line <a class="el" href="_system_architecture_8h_source.html#l00015">15</a> of file <a class="el" href="_system_architecture_8h_source.html">SystemArchitecture.h</a>.</p>
SIMD.cpp (https://github.com/rfabbri/Gem.git) C++ · 220 lines
cpuid.h (https://github.com/cyjseagull/SHMA.git) C Header · 102 lines
29 /* CPUID records gathered from other machines, used to virtualize CPUID
30 * CPUID is a bundle of joy. See these to get started:
31 * - http://www.sandpile.org/x86/cpuid.htm
32 * - http://www.intel.com/content/www/us/en/processors/processor-identification-cpuid-instruction-note.html
33 * Try not to cry.
stressapptest-1.0.4-cpuid-pic.patch (https://gitlab.com/github-cloud-corporation/portage-stable) Patch · 43 lines
SystemArchitecture.h (https://bitbucket.org/chancey/maven.git) C Header · 38 lines
smm.h (https://github.com/nickplee/BochsWatchOS.git) C Header · 308 lines
2017-02-09-asm-crash-course-1.md (https://github.com/ckane/CS7038-Malware-Analysis.git) Markdown · 57 lines
49 * x86 Instruction reference - simple site - [http://ref.x86asm.net/](http://ref.x86asm.net)
50 * AMD64 Programmer’s reference, Vol 3 - [https://support.amd.com/TechDocs/24594.pdf](https://support.amd.com/TechDocs/24594.pdf) (PDF)
51 * Sandpile - [http://sandpile.org](http://sandpile.org)
52 * Navigable parsed version of Intel 64 reference - [https://github.com/zneak/x86doc](https://github.com/zneak/x86doc)
OpCode.cs (https://github.com/CosmosOS/XSharp.git) C# · 60 lines
RegisterState.cpp (https://github.com/pierricgimmig/orbit.git) C++ · 147 lines
README.md (https://github.com/BeaEngine/beaengine.git) Markdown · 70 lines
11 Its source code is under LGPL3 license with a "Makefile builder" and headers for following languages : C/C++, C#, Python, Delphi, PureBasic, masm32, masm64, nasm(x86 and x64), fasm(x86 and x64), GoAsm(x86 and x64).
13 BeaEngine has been implemented using opcode tables from the intel documentation and tables from Christian Ludloff website [www.sandpile.org](http://www.sandpile.org)
15 ## LICENSE
README.md (https://github.com/ajkhoury/ReClassEx.git) Markdown · 39 lines
10 Its source code is under LGPL3 license with a "Makefile builder" and headers for following languages : C/C++, C#, Python, Delphi, PureBasic, masm32, masm64, nasm(x86 and x64), fasm(x86 and x64), GoAsm(x86 and x64).
12 BeaEngine has been implemented using opcode tables from the intel documentation and tables from Christian Ludloff website [www.sandpile.org](http://www.sandpile.org)
cpuid.c (https://github.com/enzienaudio/hvcc.git) C · 142 lines
hw_cpuid.h (https://github.com/clockfort/ClockyOS.git) C Header · 52 lines
SkCpu.cpp (https://bitbucket.org/vionika/spin.android.git) C++ · 130 lines
cachesize.c (https://github.com/jamesd/x86info.git) C · 308 lines
README.md (https://github.com/hlide/jitasm.git) Markdown · 36 lines
31 As for web links to manuals, I found out three interesting links :
32 - http://www.sandpile.org/ : the most complete one since it contains AVX3 instructions. I am also attempting to put the opcode maps into one page and perhaps I will use it to extract instructions details to make a source file to describe all x86 isntructions I need.
33 - http://www.felixcloutier.com/x86/ : this one is normally auto-generated from Intel manuals but it lacks opcode maps and AVX3 instructions.
34 - http://ref.x86asm.net : this one is probably the most informative except that it does not contain AVX+ instructions.