Hi snes assembly gurus,
Been trying the following in snes9x (also tried in zsnes):
$0D/FC49 97 07 STA [$07],y[$7E:C756] A:2C04 X:0000 Y:FFC0 P:envmxdizc
Where $07 has 96 C7 7E in it ( ie 0x7EC796), operating in 16 bit mode as per processor flags.
The trace log seems to say that it writes to 7EC756 (0x7EC796- 0x40, as per Y register), but in actual fact it wrote to 0x7EC796+0xFFC0 = 0x7FC756 instead.
Bug in emulator or as per real snes hardware? Wouldn't think the real snes would jump memory banks like that

Unless there's some assembly notes I'm missing I would assume it should have done the subtraction and did as per what the logs said.