|
ComSquare
|
Struct containing basic information about instructions. More...
#include <Instruction.hpp>
Public Attributes | |
| int(CPU::* | call )(uint24_t valueAddr, AddressingMode mode) = nullptr |
| int | cycleCount = 0 |
| std::string | name |
| AddressingMode | addressingMode = Implied |
| int | size = 0 |
Struct containing basic information about instructions.
| AddressingMode ComSquare::CPU::Instruction::addressingMode = Implied |
| int(CPU::* ComSquare::CPU::Instruction::call) (uint24_t valueAddr, AddressingMode mode) = nullptr |
| int ComSquare::CPU::Instruction::cycleCount = 0 |
| std::string ComSquare::CPU::Instruction::name |
| int ComSquare::CPU::Instruction::size = 0 |
1.8.17