OpenCores
URL https://opencores.org/ocsvn/rf68000/rf68000/trunk

Subversion Repositories rf68000

[/] [rf68000/] [trunk/] [software/] [vasm/] [cpus/] [rf68000/] [cpu_errors.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 robfinch
  "instruction not supported on selected architecture",FATAL|ERROR,
2
  "illegal addressing mode",ERROR,
3
  "invalid register list",ERROR,
4
  "missing ) in register indirect addressing mode",ERROR,
5
  "address register required",ERROR,
6
  "bad size extension",ERROR,                                        /* 05 */
7
  "displacement at bad position",WARNING,
8
  "base or index register expected",ERROR,
9
  "missing ] in memory indirect addressing mode",ERROR,
10
  "no extension allowed here",WARNING,
11
  "illegal scale factor",ERROR,                                      /* 10 */
12
  "can't scale PC register",WARNING,
13
  "index register expected",ERROR,
14
  "too many ] in memory indirect addressing mode",ERROR,
15
  "missing outer displacement",ERROR,
16
  "%c expected",ERROR,                                               /* 15 */
17
  "can't use PC register as index",ERROR,
18
  "double registers in list",WARNING,
19
  "data register required",ERROR,
20
  "illegal bitfield width/offset",ERROR,
21
  "constant integer expression required",ERROR,                      /* 20 */
22
  "value from -64 to 63 required for k-factor",ERROR,
23
  "need 32 bits to reference a program label",WARNING,
24
  "option expected",ERROR,
25
  "absolute value expected",ERROR,
26
  "operand value out of range: %ld (valid: %ld..%ld)",ERROR,         /* 25 */
27
  "label in operand required",ERROR,
28
  "using signed operand as unsigned: %ld (valid: %ld..%ld), "
29
    "%ld to fix",WARNING,
30
  "branch destination out of range",ERROR,
31
  "displacement out of range",ERROR,
32
  "absolute displacement expected",ERROR,                            /* 30 */
33
  "unknown option %c%c ignored",WARNING,
34
  "absolute short address out of range",ERROR,
35
  "deprecated instruction alias",WARNING,
36
  "illegal opcode extension",FATAL|ERROR,
37
  "extension for unsized instruction ignored",WARNING,               /* 35 */
38
  "immediate operand out of range",ERROR,
39
  "immediate operand has illegal type or size",ERROR,
40
  "data objects with %d bits size are not supported",ERROR,
41
  "data out of range",ERROR,
42
  "data has illegal type",ERROR,                                     /* 40 */
43
  "illegal combination of ColdFire addressing modes",ERROR,
44
  "FP register required",ERROR,
45
  "unknown cpu type",ERROR,
46
  "register expected",ERROR,
47
  "link.w changed to link.l",WARNING,                                /* 45 */
48
  "branch out of range changed to jmp",WARNING,
49
  "lea-displacement out of range, changed into move/add",WARNING,
50
  "translated (A%d) into (0,A%d) for movep",WARNING,
51
  "operand optimized: %s",MESSAGE,
52
  "operand translated: %s",MESSAGE,                                  /* 50 */
53
  "instruction optimized: %s",MESSAGE,
54
  "instruction translated: %s",MESSAGE,
55
  "branch optimized into: b<cc>.%c",MESSAGE,
56
  "branch translated into: b<cc>.%c",MESSAGE,
57
  "basereg A%d already in use",ERROR,                                /* 55 */
58
  "basereg A%d is already free",WARNING,
59
  "short-branch to following instruction turned into a nop",WARNING,
60
  "not a valid small data register",ERROR,
61
  "small data mode is not enabled",ERROR,
62
  "division by zero",WARNING,                                        /* 60 */
63
  "can't use B%d register as index",ERROR,
64
  "register list on both sides",ERROR,
65
  "\"%s\" directive was replaced by an instruction with the same name",NOLINE|WARNING,
66
  "Addr.reg. operand at level #0 causes F-line exception",WARNING,
67
  "Dr and Dq are identical, transforming DIVxL.L effectively into "
68
    "DIVx.L",WARNING,                                                /* 65 */
69
  "not a valid register list symbol",ERROR,
70
  "trailing garbage in operand",WARNING,
71
  "encoding absolute displacement directly",WARNING,
72
  "internal symbol %s has been modified",WARNING,
73
  "instruction too large for bank prefix",ERROR,                     /* 70 */
74
  "bad FPU id %d for selected cpu type",ERROR,

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.