EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
Functions
test_io_files.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_files.c:
Functions
int
test_io_files
(struct
pdp_11_t
*pdp,
byte_t
*filename)
Function Documentation
◆
test_io_files()
int test_io_files
(
struct
pdp_11_t
*
pdp
,
byte_t
*
filename
)
8
{
9
DEBUG
(
"\nTEST LOAD DATA FROM FILES\n"
,
"\n"
);
10
pdp_load_data
((
struct
pdp_11_t
*) pdp, (
byte_t
*) filename);
11
return
1;
12
}
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
byte_t
unsigned char byte_t
Definition
types.h:6
Here is the call graph for this function:
test
test_pdp
test_io
test_io_files
test_io_files.c
Generated by
1.9.8