EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
register_p.h
Go to the documentation of this file.
1#include "types/types.h"
2typedef struct {
9 word_t SP; // sp
10 word_t PC; // pc
11} reg_t;
Definition register_p.h:2
word_t SP
Definition register_p.h:9
word_t R5
Definition register_p.h:8
word_t PC
Definition register_p.h:10
word_t R4
Definition register_p.h:7
word_t R0
Definition register_p.h:3
word_t R2
Definition register_p.h:5
word_t R3
Definition register_p.h:6
word_t R1
Definition register_p.h:4
unsigned short int word_t
Definition types.h:7