EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
Functions
test_io_terminal.c File Reference
#include "
pdp_11/pdp_11.h
"
#include "
types/types.h
"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for test_io_terminal.c:
Functions
int
test_io_terminal
(struct
pdp_11_t
*pdp)
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
}
DEBUG
#define DEBUG(fmt,...)
Definition
logger.h:40
pdp_load_data
void pdp_load_data(struct pdp_11_t *pdp, byte_t *filename)
Загружает данные в PDP-11 из файла или терминала.
Definition
pdp_11.c:130
pdp_11_t
Definition
pdp_11_p.h:4
Here is the call graph for this function:
test
test_pdp
test_io
test_io_terminal
test_io_terminal.c
Generated by
1.9.8