(06-24-2009, 08:28 PM)gcp111 Wrote: I suggest you get some clean code for reference. I just tried to port a Chip8 emu over to C and it barely even works...Mine flickers, the DXYN or whatever opcode doesn't get called except on the Pong game, and everything else is blank. I don't know.
But try searching around for some open source chip8 emu, and write it so you can understand which opcodes go where.
Also, 1NNN is just the "name" of the opcode, it means "jump to the address NNN"
Sorry for all the annoying questions but i still dont get how the people who make the open source emulators know where to put the opcodes... and also if the is 1NNN how come all of the docs say that is the opcode in hexadecimal and if thats true, how would i get the value
sorry if im just being a noob
Mine flickers, the DXYN or whatever opcode doesn't get called except on the Pong game, and everything else is blank. I don't know.