Hello,
I hope you will understand my post since English isn't my native language.
I am writing a NES emulator for a Motorola 68000 platform (a TI-89 calculator to be more precise). But I'm not very familiar with 6502 assembly, although I've read a few tutorials. The emu core is under development right now, and I was wondering if the 'absolute y' addressing mode is a signed displacement?
For example:
sta $700,y with y containing #$fe.
In this case, will the content of A reg be stored at address $6fe ($700-2) or $7fe ($700+$fe)?
I would appreciate if someone could give me more details about all the addressing mode wich are ambigous in this sense.
Thanks by advance.