ComSquare
Classes | Enumerations
ComSquare::Debugger::APU Namespace Reference

Classes

class  APUDebug
 
struct  Instruction
 Small structure to store some values on the instructions. More...
 

Enumerations

enum  Operand {
  None, A, X, Y,
  SP, PSW, ImmediateData, IndexXAddr,
  IndexYAddr, AbsoluteBit, AbsoluteAddr, AbsoluteAddrByX,
  AbsoluteAddrByY, AbsoluteByXAddr, AbsoluteDirectByXAddr, AbsoluteDirectAddrByY,
  DirectAddr, DirectAddrByX, DirectAddrByY
}
 List of all types of operands used by the instructions. More...
 

Enumeration Type Documentation

◆ Operand

List of all types of operands used by the instructions.

Enumerator
None 
SP 
PSW 
ImmediateData 
IndexXAddr 
IndexYAddr 
AbsoluteBit 
AbsoluteAddr 
AbsoluteAddrByX 
AbsoluteAddrByY 
AbsoluteByXAddr 
AbsoluteDirectByXAddr 
AbsoluteDirectAddrByY 
DirectAddr 
DirectAddrByX 
DirectAddrByY