x86 0.16.0

Library to program x86 (amd64) hardware. Contains x86 specific data structure descriptions, data-tables, as well as convenience function to call assembly instructions typically not exposed in higher level languages.
Documentation
#!/usr/bin/env bash

wget --no-parent -r https://download.01.org/perfmon/
rm -rf x86data/perfmon_data
mv download.01.org/perfmon x86data/perfmon_data
cd x86data/perfmon_data
rm `find . | grep index`
cd ../..
rm -rf download.01.org