tac0S
Template Affectional Command Operating System
Public Member Functions | Public Attributes | List of all members
Instruction Class Reference

The following class defines an instruction, represented in both undecoded binary form decoded to identify operation to do registers to act on any immediate operand value. More...

#include <machine.h>

Public Member Functions

void Decode ()
 Instruction::Decode Decode a MIPS instruction.
 

Public Attributes

unsigned int value
 
unsigned char opCode
 
unsigned char rs
 
unsigned char rt
 
unsigned char rd
 
int extra
 

Detailed Description

The following class defines an instruction, represented in both undecoded binary form decoded to identify operation to do registers to act on any immediate operand value.


The documentation for this class was generated from the following files: