8080-Emulator  0.1
An Intel 8080 emulator for Space Invaders
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 Ccpu_stateCpu_state: This structure keeps runtime state of all the registers in the CPU
 Cinstt_8080_opStruct to define the meta data for intel 8080 opcode. Contains the binding to the functor and the cycles it takes to complete
 Cinvaders_windowInvader window struct which keeps track of all the window related state including the SDL components and timers
 Cport_IOImaginary external Ports used to communicate with the player and hardware
 Cprogram_status_wordProgram_status_word: An exdended PSW for easy checks and sets of PSW without flagging
 Cv_memoryMemory wrapper