Cycle Class
Definition
Represents a single CPU cycle with its associated type, timing, address, and data information.
Constructors
Name | Description |
---|---|
Represents a single CPU cycle with its associated type, timing, address, and data information. |
Properties
Name | Description |
---|---|
Gets the memory address associated with the cycle. | |
Gets the data value associated with the cycle, if any. | |
Gets the sequential index of the cycle. | |
Gets a value indicating whether this cycle is reading an opcode. Only set when Type is MemoryRead. | |
Gets the type of CPU cycle. |
Methods
Name | Description |
---|---|
Indicates whether this Cycle is equal to another Cycle. | |
Determines whether the specified object is equal to this Cycle. | |
Gets a hash code for this Cycle. | |
Returns a string representation of this Cycle. |
Operators
Name | Description |
---|---|
Tests if two Cycle instances are equal to each other. | |
Tests if two Cycle instances are not equal to each other. |