We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Talk:WITH (Super FX)
From SnesLab
WITH
affects FROM
and TO
and is opcode 2x
Though it is missing in Description of Instruction, one can still identify which number WITH
is encoded thanks to information on page 2-6-7 (alongside 2-4-4 and 2-6-4 for completion): It mentions that FROM
and TO
are executed as MOVE
and MOVES
, respectively, if they follow a WITH
thanks to the fact that the former are affected by the B flag and the latter sets it.
Said information also is useful to update GSU opcode matrix if with a footnote that you can only deduce it by looking at the binary representation of MOVE
and that WITH
acts as its prefix opcode (it also allows you to deduce that WITH
is the source and FROM
or TO
the destination). --MarioFanGamer (talk) 09:41, 27 November 2023 (UTC)