EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
Functions
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
}
TRACE
#define TRACE(fmt,...)
Definition
logger.h:39
test_wword_r2b_w
void test_wword_r2b_w(struct pdp_11_t *pdp)
Definition
test_word.c:75
test_rw_word_w
void test_rw_word_w(struct pdp_11_t *pdp)
Definition
test_word.c:32
test_w2b_rword_w
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:
include
tests
test_pdp
test_memory
test_memory_word
test_memory_word.h
Generated by
1.9.8