|
EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
|
#include "pdp_11/pdp_11.h"#include "pdp_11/pdp_11_p.h"#include "pdp_11/register/register_p.h"#include "tests/test.h"#include "tests/test_pdp/test_pdp.h"#include "utils/logger/logger.h"#include "utils/utils.h"#include <assert.h>#include <stdio.h>
Functions | |
| int | test_reg (struct pdp_11_t *pdp) |