I am making a Chip 8 emulator and i ran into a problem. Chip 8 has 4kb of ram (you normally acces the ram with 16 bit adresses). the jump operation defines where to jump with 12 bits. How are you supposed to set the Instruction Pointer to for example adress 4016?
I'm using this guide if I understood something wrong
Thx for helping