8080-Emulator  0.1
An Intel 8080 emulator for Space Invaders
Public Attributes | List of all members
instt_8080_op Struct Reference

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>

Collaboration diagram for instt_8080_op:
Collaboration graph
[legend]

Public Attributes

OP_WRAP target_func
 
uint8_t cycle_count
 
uint8_t size
 

Detailed Description

a struct to define the meta data for intel 8080 opcode. Contains the binding to the functor and the cycles it takes to complete.

Member Data Documentation

◆ cycle_count

uint8_t instt_8080_op::cycle_count

number of clock cycles it takes to complete

◆ size

uint8_t instt_8080_op::size

Instruction size in bytes

◆ target_func

OP_WRAP instt_8080_op::target_func

Functor to the handling function


The documentation for this struct was generated from the following file: