EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
test_io_terminal.h File Reference
#include "pdp_11/pdp_11.h"
Include dependency graph for test_io_terminal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int test_io_terminal (struct pdp_11_t *)
 

Function Documentation

◆ test_io_terminal()

int test_io_terminal ( struct pdp_11_t pdp)
8{
9
10 DEBUG("\nTEST LOAD DATA FROM TERMINAL\n", "\n");
11 pdp_load_data((struct pdp_11_t *) pdp, NULL);
12 return 0;
13}
#define DEBUG(fmt,...)
Definition logger.h:40
void pdp_load_data(struct pdp_11_t *pdp, byte_t *filename)
Загружает данные в PDP-11 из файла или терминала.
Definition pdp_11.c:130
Definition pdp_11_p.h:4
Here is the call graph for this function: