EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
run.h
Go to the documentation of this file.
1#ifndef RUN_H
2# define RUN_H
3int run(struct pdp_11_t *, int, char **);
4#endif
5#pragma once
int run(struct pdp_11_t *, int, char **)
Главный цикл выполнения команд эмулятора.
Definition run.c:39
Definition pdp_11_p.h:4