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

Go to the source code of this file.

Functions

void test_word_buffer (struct pdp_11_t *)
 

Function Documentation

◆ test_word_buffer()

void test_word_buffer ( struct pdp_11_t pdp)
101{
102 TRACE("\r\n\t\t TEST_WORD\r\n\n", "");
103
104 test_rw_word_w(pdp);
105 test_rw_word_w(pdp);
106 test_w2b_rword_w(pdp);
107 test_wword_r2b_w(pdp);
108}
#define TRACE(fmt,...)
Definition logger.h:39
void test_wword_r2b_w(struct pdp_11_t *pdp)
Definition test_word.c:75
void test_rw_word_w(struct pdp_11_t *pdp)
Definition test_word.c:32
void test_w2b_rword_w(struct pdp_11_t *pdp)
Definition test_word.c:54
Here is the call graph for this function:
Here is the caller graph for this function: