EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
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}
#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
unsigned char byte_t
Definition types.h:6
Here is the call graph for this function: