output[index] |= rn;
break;
case RD:
+ case RDIND:
+
output[index] |= rd;
break;
case RS:
output[0] |= 0x8;
break;
case ABS24:
- insert (output, index, absolute, R_H8500_IMM24, 0);
+ insert (output, index, &absolute, R_H8500_IMM24, 0);
index += 2;
break;
case ABS16:
- insert (output, index, absolute, R_H8500_IMM16, 0);
+ insert (output, index, &absolute, R_H8500_IMM16, 0);
index++;
break;
case ABS8:
- insert (output, index, absolute, R_H8500_IMM8, 0);
+ insert (output, index, &absolute, R_H8500_IMM8, 0);
break;
case QIM:
switch (immediate.X_add_number)
}
-/* end of tc-h8500.c */
+
int
start_label (ptr)
return 0;
return 1;
}
+
+/* end of tc-h8500.c */