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
3
int
run
(
struct
pdp_11_t
*,
int
,
char
**);
4
#endif
5
#pragma once
run
int run(struct pdp_11_t *, int, char **)
Главный цикл выполнения команд эмулятора.
Definition
run.c:39
pdp_11_t
Definition
pdp_11_p.h:4
include
pdp_11
run.h
Generated by
1.9.8