flashjazzcat #1 Posted May 20, 2016 MADS (204b12) won't accept this: sta [bcb_ad + [bcb_size*9]]-1,y Rearranging the brackets makes no difference: compiler either reports "Illegal character: ]" or "No matching bracket" if I try this: sta [bcb_ad-1] + [bcb_size*9],y Quote Share this post Link to post Share on other sites
phaeron #2 Posted May 21, 2016 IIRC, it's a bug related to 65816 [dp],Y parsing. Workaround: sta 0+[bcb_ad + [bcb_size*9]]-1,y 3 Quote Share this post Link to post Share on other sites
flashjazzcat #3 Posted May 21, 2016 Thanks Avery. Quote Share this post Link to post Share on other sites