GB Emulation Question

cabreak1

New member
Hi

I recently started the development of a GB Emulator.
But I have got a question about the order of bytes in the GameBoy hardware.

Let's say I have the opcode:

$C3040A

C3 indicates that it's a jump (JP) instruction, 04 0A indicates the 16 bit address.

Now, should I treat it like JP $040A or JP $0A04 ?
So does it use Big Endian (normal order) or Little Endian (reverse order)?

Thanks in advance!
 

ulaoulao

Controller Man
Staff member
Top