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

#include <command_p.h>

Collaboration diagram for command_t:
Collaboration graph

Data Fields

word_t mask
 
word_t opcode
 
byte_tname
 
void(* do_commands_command )(struct pdp_11_t *, address_word_t, word_t)
 

Field Documentation

◆ do_commands_command

void(* command_t::do_commands_command) (struct pdp_11_t *, address_word_t, word_t)

◆ mask

word_t command_t::mask

◆ name

byte_t* command_t::name

◆ opcode

word_t command_t::opcode

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