http://emulator101.com/

https://brainwagon.org/2011/09/08/more-on-my-8080-emulator/

http://computerarcheology.com/Arcade/SpaceInvaders/Code.html http://www.computerarcheology.com/Arcade/SpaceInvaders

References implementation

https://github.com/thibaultimbert/Intel8080 https://github.com/kpmiller/emulator101 https://github.com/ezet/i8080-emulator.git https://github.com/begoon/i8080-core

g++ -std=gnu++17 dis8080.cpp

http://www.classicgaming.cc/classics/space-invaders/technical-info

http://samples.mameworld.info/ https://bluishcoder.co.nz/js8080/ http://pastraiser.com/cpu/i8080/i8080_opcodes.html

http://sensi.org/~svo/i8080/ // good one https://onlinedisassembler.com/odaweb/BX5YAjyU/0 https://www.asm80.com/ - awesome online ide https://sourceforge.net/projects/asm8080/ https://www.tramm.li/i8080/index.html emulator with vt100 http://0xdemo.com/wpsite/blog/index.php/2017/09/26/an-introduction-to-modern-computers-part-8a-introducing-the-intels-8080-interrupts-and-the-new-stack/

https://github.com/okdshin/PicoSHA2 - sha https://kripken.github.io/emscripten-site/docs/getting_started/downloads.html

xxd -p 8080-emulator-cpp/roms/cpudiag.bin

http://kripken.github.io/emscripten-site/docs/porting/connecting_cpp_and_javascript/embind.html

brew install libzip brew install lzib

https://github.com/gt-retro-computing/z80 https://github.com/BleuLlama/z80-machine