Opcodes and Item Correspondence: 8F
Posted by: Kyouken
Date: 2018-12-05 18:52:45
When using item 8F, how does one know which items refer to which opcodes? For example, I've seen X Accuracy used a couple of times to "ld l", and I've just assumed that X Accuracy is the item you want to use for that opcode. But what I'm stuck on is how to find out just which does what.
For reference, I've been checking around the site for a couple of hours now off and on for the past few days gathering information on how to obtain and use 8F. My knowledge of assembly is next to none, but I understand very basic things like loading things into the accumulator, incrementing, decrementing, etc. I've been studying some of the code here for a little while and using the 8F helper to compare item lists to code, so I've figured some other things out. I also have some ASM tutorials for the GB to read (which I've found by scouring the threads here,) some item lists (the BIG one,) and some other things to aid me. My conclusion thus far is that the reason the question hasn't been asked is probably because it's a fundamentals issue rather than something specific whereas if I knew the fundamentals of ASM for the GB, I'd be able to at least better find the answer. But after looking at the code for some of the item lists, that's the only thing I have not been able to decipher.
If someone could point me in the right direction (or just straight up tell me I'm gonna have to debug/learn the basics to understand) I'd appreciate it!