EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
test_pdp.h
Go to the documentation of this file.
1#ifndef TEST_PDP_H
2# define TEST_PDP_H
3
5
6int test_pdp(int, char **);
7
8#endif
9#pragma once
@ type_memory_word
Definition test_pdp.h:4
@ type_memory_byte
Definition test_pdp.h:4
int test_pdp(int, char **)
Definition test_pdp.c:73