EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
reg_t Struct Reference

#include <register_p.h>

Collaboration diagram for reg_t:
Collaboration graph

Data Fields

word_t R0
 
word_t R1
 
word_t R2
 
word_t R3
 
word_t R4
 
word_t R5
 
word_t SP
 
word_t PC
 

Field Documentation

◆ PC

word_t reg_t::PC

◆ R0

word_t reg_t::R0

◆ R1

word_t reg_t::R1

◆ R2

word_t reg_t::R2

◆ R3

word_t reg_t::R3

◆ R4

word_t reg_t::R4

◆ R5

word_t reg_t::R5

◆ SP

word_t reg_t::SP

The documentation for this struct was generated from the following file: