1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Readying test_cpu

This commit is contained in:
Ross Wilson
2015-10-15 19:45:29 +07:00
parent 3bad73e242
commit b211efcb06
20 changed files with 957 additions and 19 deletions

View File

@@ -1,12 +1,15 @@
/******************************************************************************\
* cpu.h *
* ------- *
* *
* Implements all main CPU instructions. *
* *
\******************************************************************************/
#ifndef CPU_H
#define CPU_H
#include "vimlac.h"
#include "imlac.h"
/******
* Exported functions.