Comment on The Adventures of Writing a CHIP8 EmulatorComments−speps3yMaybe a typo, maybe I didn't get it:6101 is simply telling the CPU "set V1 (1 comes from the 3rd nibble) to the value of 0c"Shouldn't it set V1 to 0x01?−_benj3yTypo indeed. I think I was using a diffuser ROM to illustrate something and then I decided to use a more simpler one but forgot to update the text… will fix soon :)
Comments
Maybe a typo, maybe I didn't get it:
Shouldn't it set V1 to 0x01?
Typo indeed. I think I was using a diffuser ROM to illustrate something and then I decided to use a more simpler one but forgot to update the text… will fix soon :)