aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmipsmachine.cpp
blob: 0fc207c36df824ebb34dc9c8a8a9a5849e3769cf (plain)
1
2
3
4
5
#include "qtmipsmachine.h"

QtMipsMachine::QtMipsMachine(char *file) {
    this->loader = new ProgramLoader(file);
}