MIXAL
|
The virtual machine. More...
#include <map>
#include <vector>
#include <string>
#include <memory>
#include <unordered_map>
#include "registers.h"
#include "flags.h"
#include "memory.h"
#include "parser.h"
#include "instructions.h"
#include "io.h"
#include "errors.h"
Go to the source code of this file.
Classes | |
class | mixal::Computer |
Typedefs | |
using | mixal::InstructionWord = ComputerWord |
The virtual machine.
Definition in file machine.h.