]> git.sur5r.net Git - cc65/commit
Fixed the order in which the 65816's block-move instructions' operands are written...
authorGreg King <gregdk@users.sf.net>
Fri, 15 Jun 2018 15:01:14 +0000 (11:01 -0400)
committerGreg King <gregdk@users.sf.net>
Thu, 5 Jul 2018 14:58:59 +0000 (10:58 -0400)
commiteeb1b927cee5fefe6910201447a23781ef4ea720
tree8d9cdf079124902475ccddd6c776f6467d1379bc
parentcc5c0931a313cc34695c4da17c79cc904933b0a0
Fixed the order in which the 65816's block-move instructions' operands are written and assembled.

The source bank number is written first; but, assembled second.
The destination bank is written second; but, assembled first.
src/ca65/instr.c