4 * Copyright (C) 1993-2021 Alan R. Baldwin
6 * This program is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
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/>.
50 char a_str
[4]; /* addressing string */
51 int a_val
; /* addressing mode value */
106 * Processor Types (S_CPU)
114 * Extended Addressing Modes
116 #define R_3BIT 0x0100 /* 3-Bit Addressing Mode */
119 /* machine dependent functions */
124 extern struct adsym axs
[];
125 extern int addr(struct expr
*esp
);
126 extern int admode(struct adsym
*sp
);
127 extern int srch(char *str
);
130 extern struct area
*zpg
;
131 extern VOID
machine(struct mne
*mp
);
132 extern int mchpcr(struct expr
*esp
);
133 extern VOID
minit(void);
138 extern struct adsym axs
[];
144 extern struct area
*zpg
;
145 extern VOID
machine();