Hello!
I'm about to begin programming a CHIP-8 emulator, and I pretty much understand everything I need to know, but I am a bit confused as how to program the stack. I would like to know if the following is correct. I am using C++, so I would create a 16 value array, and an integer for the...