places
static enum places dest_type;
enum places orig_type;
enum places dest_type;
format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places,
if (places->value > 8 || places->value <= 0) {
if (places->value == 8)
shift_control = (places->value << 4) | places->value;
if (places->value == 8) {
shift_control = (places->value << 4)
| (8 - places->value)
shift_control = places->value & 0x7;
shift_control = (8 - places->value) | 0x08;
symlist_free(&places->referenced_syms);
expression_t *places, symbol_ref_t *src, int ret);
int places = 0;
places++;
return (places);
int precision, width1, width2, places;
if ((places = decimal_places(buf)))
width1 -= (places + strlen(decimal_point));
precision = MAX(places, precision);
if ((places = decimal_places(buf)))
width2 -= (places + strlen(decimal_point));