#include #include "RamInstruction.h" int main(int argc, char **argv) { RamInstruction a("text.ram"); return 0; }