as: Fix the register+offset 8bit absolute case
authorAlan Cox <alan@linux.intel.com>
Wed, 15 Nov 2017 21:08:11 +0000 (21:08 +0000)
committerAlan Cox <alan@linux.intel.com>
Wed, 15 Nov 2017 21:08:11 +0000 (21:08 +0000)
commit7e4c430efbffd05900beb28561aff3e6645597c9
tree8a03bfc3c1d48151ad590a00ded004e7aeb4d265
parent781c1d589fda8d5a3d7d1d5c5b66fb28a06f3eb5
as: Fix the register+offset 8bit absolute case

The simple case is (ix + const) but in theory at least we might have an
absolute symbol.
Applications/MWC/cmd/asz80/as3.c
Applications/MWC/cmd/asz80/as4.c