Go to the source code of this file.
◆ test_reg()
14{
15 assert(pdp);
17 DEBUG(
"\n\n*(pdp->R0) = 1000;\n",
"");
20 assert(*(ptr_pdp->R0) == ptr_regist->R0);
21 DEBUG(
"\n\npdp->regist->R0 = %o;\n\n", ptr_regist->R0);
22 DEBUG(
"\n\n(*(pdp->R0) == pdp->regist->R0)\n",
"SUCCES");
23 INFO(
"\n\nTHE REGISTER TEST WAS SUCCESSFUL\n",
"");
24 return 0;
25}
#define INFO(fmt,...)
Definition logger.h:37
#define DEBUG(fmt,...)
Definition logger.h:40
struct reg_t * regist
Definition pdp_11_p.h:7
Definition register_p.h:2