EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
test_memory.c File Reference
#include "tests/test_pdp/test_memory/test_memory_byte/test_memory_byte.h"
#include "tests/test_pdp/test_memory/test_memory_word/test_memory_word.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for test_memory.c:

Functions

void test_memory (struct pdp_11_t *pdp)
 

Function Documentation

◆ test_memory()

void test_memory ( struct pdp_11_t pdp)
12{
13 assert(pdp);
14
17}
void test_byte_buffer(struct pdp_11_t *)
Definition test_byte.c:97
void test_word_buffer(struct pdp_11_t *)
Definition test_word.c:100
Here is the call graph for this function: