Open xragey opened 2 months ago
The invalid opcode stx $1234,y is silently assembled asstz $1234,x instead of throwing an error
stx $1234,y
stz $1234,x
you forgot saying that this issue exists only in asar 2
The invalid opcode
stx $1234,y
is silently assembled asstz $1234,x
instead of throwing an error