Basic support for advanced instructions

This commit is contained in:
Dr-Noob
2018-03-25 00:20:42 +01:00
parent 97e21a64ba
commit d857799002
4 changed files with 147 additions and 2 deletions

8
01h.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef __01h__
#define __01h__
struct cpuInfo;
struct cpuInfo* getCPUInfo();
void debugCpuInfo(struct cpuInfo* cpu);
#endif