Thu Jan 30 11:30:45 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
[deliverable/binutils-gdb.git] / gas / config / tc-tic80.c
CommitLineData
64556643
FF
1/* tc-tic80.c -- Assemble for the TI TMS320C80 (MV)
2 Copyright (C) 1996 Free Software Foundation, Inc.
3
4 This file is part of GAS, the GNU Assembler.
5
6 GAS 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 2, or (at your option)
9 any later version.
10
11 GAS 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.
15
16 You should have received a copy of the GNU General Public License
17 along with GAS; see the file COPYING. If not, write to the Free
18 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
19 02111-1307, USA. */
20
21#include "as.h"
22#include "opcode/tic80.h"
23
24\f
25/* Generic assembler global variables which must be defined by all targets. */
26
27/* Characters which always start a comment. */
28const char comment_chars[] = ";";
29
30/* Characters which start a comment at the beginning of a line. */
31const char line_comment_chars[] = ";*";
32
33/* Characters which may be used to separate multiple commands on a
34 single line. */
35const char line_separator_chars[] = ";";
36
37/* Characters which are used to indicate an exponent in a floating
38 point number. */
39const char EXP_CHARS[] = "eE";
40
41/* Characters which mean that a number is a floating point constant,
42 as in 0d1.0. */
43const char FLT_CHARS[] = "dD";
44
45\f
46/* end of tc-tic80.c */
This page took 0.038086 seconds and 4 git commands to generate.