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

Go to the source code of this file.

Functions

void test_byte_buffer (struct pdp_11_t *)
 

Function Documentation

◆ test_byte_buffer()

void test_byte_buffer ( struct pdp_11_t pdp)
98{
99 TRACE("\n\r\n\t\t TEST_BYTE\r\n\n", "\n");
100
101 test_rw_byte_b(pdp);
102 test_rw_word_b(pdp);
103 test_w2b_rword_b(pdp);
104 test_wword_r2b_b(pdp);
105}
#define TRACE(fmt,...)
Definition logger.h:39
void test_rw_byte_b(struct pdp_11_t *pdp)
Definition test_byte.c:11
void test_wword_r2b_b(struct pdp_11_t *pdp)
Definition test_byte.c:75
void test_rw_word_b(struct pdp_11_t *pdp)
Definition test_byte.c:31
void test_w2b_rword_b(struct pdp_11_t *pdp)
Definition test_byte.c:53
Here is the call graph for this function:
Here is the caller graph for this function: