???
This commit is contained in:
parent
d76349f200
commit
74114081ef
1 changed files with 0 additions and 4 deletions
|
@ -321,15 +321,11 @@ index : '(' R16 '+' expr ')'
|
||||||
}
|
}
|
||||||
| '(' R16 '-' expr ')'
|
| '(' R16 '-' expr ')'
|
||||||
{
|
{
|
||||||
#ifdef ASLD
|
|
||||||
if ($2!=IX && $2!=IY) serror("register error");
|
if ($2!=IX && $2!=IY) serror("register error");
|
||||||
fit(fitb($4.val));
|
fit(fitb($4.val));
|
||||||
exp_ind = $4;
|
exp_ind = $4;
|
||||||
RELOMOVE(rel_ind, relonami);
|
RELOMOVE(rel_ind, relonami);
|
||||||
$$ = $2;
|
$$ = $2;
|
||||||
#else ASLD
|
|
||||||
serror("relocation error");
|
|
||||||
#endif ASLD
|
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
ind : indir
|
ind : indir
|
||||||
|
|
Loading…
Reference in a new issue