8080-Emulator
0.1
An Intel 8080 emulator for Space Invaders
|
a struct to define the meta data for intel 8080 opcode. Contains the binding to the functor and the cycles it takes to complete. More...
#include <opcodes_8080.h>
Public Attributes | |
OP_WRAP | target_func |
uint8_t | cycle_count |
uint8_t | size |
a struct to define the meta data for intel 8080 opcode. Contains the binding to the functor and the cycles it takes to complete.
uint8_t instt_8080_op::cycle_count |
number of clock cycles it takes to complete
uint8_t instt_8080_op::size |
Instruction size in bytes
OP_WRAP instt_8080_op::target_func |
Functor to the handling function