3 Copyright (C) 1989-1995 Alan R. Baldwin
4 721 Berkeley St., Kent, Ohio 44240
6 This program is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by the
8 Free Software Foundation; either version 3, or (at your option) any
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>. */
44 char a_str[4]; /* addressing string */
45 int a_val; /* addressing mode value */
91 /* machine dependent functions */
96 extern struct adsym axs[];
97 extern int addr(struct expr *esp);
98 extern int admode(struct adsym *sp);
99 extern int any(int c, char *str);
100 extern int srch(char *str);
103 extern VOID machine(struct mne *mp);
104 extern int chkindx(struct expr *exp);
105 extern int mchpcr(struct expr *esp);
106 extern VOID minit(void);
107 extern int comma(void);
112 extern struct adsym axs[];
119 extern VOID machine();
120 extern int chkindx();