| 2875 |
dpurdie |
1 |
mac_errors_mainline_nocol:File \"%s\" ; Line %ld\n# %s%s\n
|
|
|
2 |
mac_errors_mainline_col:File \"%s\" ; Line \306%u!%i:/\260/\n# %s%s\n
|
|
|
3 |
mac_errors_macroline:#\tat line %lu in macro %.*s\n
|
|
|
4 |
mac_errors_getlines:#\tincluded by GET/INCLUDE directive at line %lu in file \"%s\"\n
|
|
|
5 |
mac_errors_infoline:#\t%s%s\n
|
|
|
6 |
mac_errors_showinputline:
|
|
|
7 |
mac_errors_telleandw:### Assembly terminated:\n###\t
|
|
|
8 |
arm_errors_mainline_nocol:\"%s\", line %u: %s%s\n
|
|
|
9 |
arm_errors_mainline_col:\"%s\", line %u (column %u): %s%s\n
|
|
|
10 |
arm_errors_macroline: at line %lu in macro %.*s\n
|
|
|
11 |
arm_errors_getlines: included by GET/INCLUDE directive from \"%s\", line %lu\n
|
|
|
12 |
arm_errors_infoline:%s%s\n
|
|
|
13 |
arm_errors_showinputline:%5lu %.8lx %.*s
|
|
|
14 |
arm_errors_telleandw:Assembly terminated:\n
|
|
|
15 |
errors_telleandw_warn0:0 Warnings
|
|
|
16 |
errors_telleandw_warn1:1 Warning
|
|
|
17 |
errors_telleandw_warns:%ld Warnings
|
|
|
18 |
errors_telleandw_error0:0 Errors,
|
|
|
19 |
errors_telleandw_error1:1 Error,
|
|
|
20 |
errors_telleandw_errors:%ld Errors,
|
|
|
21 |
errors_telleandw_suppressed: suppressed by -NOWarn
|
|
|
22 |
aasm_main_banner:%s%s vsn %s%s [%s]\n
|
|
|
23 |
aasm_argv0:argv[0] = %s
|
|
|
24 |
apply_apply_expr_stack_err:Expression stack error
|
|
|
25 |
apply_index_pc_rel::INDEX: cannot be used on a PC Relative Expression
|
|
|
26 |
applysub_finfosub_fnotf:File '%s' not found
|
|
|
27 |
applysub_finfosub_direct:'%s' is a directory
|
|
|
28 |
asm_dopredefines_bad:bad predefine: %s
|
|
|
29 |
asm_asm_noinput:No input file
|
|
|
30 |
asm_asm_incompatible_styles:Incompatible input and output styles
|
|
|
31 |
asm_loadfile_error_stdin:Error on stdin: exiting
|
|
|
32 |
asm_loadfile_open_fail:File \"%s\" could not be opened
|
|
|
33 |
asm_loadfile_not_all_loaded:File \"%s\" could not all be loaded
|
|
|
34 |
cli_usage_part1a:\n\
|
|
|
35 |
Usage: aasm [keyword arguments] sourcefile binaryfile\n\
|
|
|
36 |
aasm [keyword arguments] -o binaryfile sourcefile\n
|
|
|
37 |
cli_usage_part1b:\n\
|
|
|
38 |
Usage: %s [keyword arguments] sourcefile objectfile\n\
|
|
|
39 |
%s [keyword arguments] -o objectfile sourcefile\n
|
|
|
40 |
cli_usage_part2a:\n\
|
|
|
41 |
Keywords (Upper case shows allowable abbreviation)\n\
|
|
|
42 |
-list listingfile Write a listing file (see manual for options)\n
|
|
|
43 |
cli_usage_part2b:\
|
|
|
44 |
-Depend dependfile Save 'make' source file dependencies\n\
|
|
|
45 |
-Errors errorsfile Put stderr diagnostics to errorsfile\n\
|
|
|
46 |
-I dir[,dir] Add dirs to source file search path\n\
|
|
|
47 |
-PreDefine directive Pre-execute a SET{L,A,S} directive\n\
|
|
|
48 |
-NOCache Source caching off (default on)\n\
|
|
|
49 |
-MaxCache <n> Maximum cache size (default 8MB)\n
|
|
|
50 |
cli_usage_part3:\
|
|
|
51 |
-NOEsc Ignore C-style (\\c) escape sequences\n
|
|
|
52 |
cli_usage_part4:\
|
|
|
53 |
-NOWarn Turn off Warning messages\n
|
|
|
54 |
cli_usage_part5:\
|
|
|
55 |
-g Output debugging tables\n
|
|
|
56 |
cli_usage_part6:\
|
|
|
57 |
-APCS <pcs>/<quals> Make pre-definitions to match the\n\
|
|
|
58 |
chosen proc-call standard\n
|
|
|
59 |
cli_usage_part7:\
|
|
|
60 |
-Stamp Stamp output with time\n
|
|
|
61 |
cli_usage_part8:\
|
|
|
62 |
-Module Mark objectfile as a RISC OS module\n
|
|
|
63 |
cli_usage_part9:\
|
|
|
64 |
-DeskTop Strip desktop prefix from filenames\n\
|
|
|
65 |
-ThrowBack: Support DDE error processing\n
|
|
|
66 |
cli_usage_part10:\
|
|
|
67 |
-CheckReglist Warn about out of order LDM/STM register lists\n\
|
|
|
68 |
-Help Print this information\n\
|
|
|
69 |
-LIttleend Little-endian ARM\n\
|
|
|
70 |
-BIgend Big-endian ARM\n\
|
|
|
71 |
-VIA <file> Read further arguments from <file>\n\
|
|
|
72 |
-ARCH <target-arch> Set target architecture version\n\
|
|
|
73 |
one of:
|
|
|
74 |
cli_usage_part10a:\
|
|
|
75 |
-CPU <target-cpu> Set the target ARM core type\n\
|
|
|
76 |
one of:
|
|
|
77 |
cli_usage_fp:\
|
|
|
78 |
-FPu <target-arch> Set target FP architecture version\n\
|
|
|
79 |
one of: NONE, FPA\n
|
|
|
80 |
cli_usage_piccolo:\
|
|
|
81 |
-DSParch <target-arch> Set target DSP architecture version\n\
|
|
|
82 |
one of: 1\n
|
|
|
83 |
cli_usage_part11:\
|
|
|
84 |
-16 Assemble 16 bit Thumb instructions\n\
|
|
|
85 |
-32 Assemble 32 bit ARM instructions\n
|
|
|
86 |
cli_bad_calling_standard:Unrecognised APCS '%s' use '3' or 'None'
|
|
|
87 |
cli_set_calling_standard_unrec:Unrecognised APCS qualifier '/%.*s'
|
|
|
88 |
cli_warn_non_32bit_pc_obsolescent:APCS qualifier /26bit is obsolete
|
|
|
89 |
cli_warn_dwarf_obsolete:-dwarf is obsolete. Use -dwarf2 (recommended) or -dwarf1 instead
|
|
|
90 |
cli_getinterface_viafile_missing:Via file missing
|
|
|
91 |
cli_getinterface_viafile_openfail:Via file would not open
|
|
|
92 |
cli_getinterface_missing:Missing argument to '%s'
|
|
|
93 |
cli_getinterface_arch_bad:Bad architecture specified
|
|
|
94 |
cli_getinterface_arch_config:Bad architecture configured
|
|
|
95 |
cli_getinterface_arch_conflict:Configured processor and architecture conflict
|
|
|
96 |
cli_getinterface_depend_already:Dependency file already specified
|
|
|
97 |
cli_getinterface_depend_open_fail:-Depend file '%s': cannot open
|
|
|
98 |
cli_getinterface_depend_missing:-Depend file missing
|
|
|
99 |
cli_getinterface_errors_already:Errors file already specified
|
|
|
100 |
cli_getinterface_errors_missing:Errors file missing
|
|
|
101 |
cli_getinterface_errors_openfail:Errors file would not open
|
|
|
102 |
cli_getinterface_bad_cpu:Target cpu not recognised
|
|
|
103 |
cli_getinterface_cpu_missing:Target cpu missing
|
|
|
104 |
cli_getinterface_input_already:Input file already specified
|
|
|
105 |
cli_getinterface_input_missing:Input file missing
|
|
|
106 |
cli_getinterface_debug_not_supported:Debug option -g%c not supported
|
|
|
107 |
cli_getinterface_debug_not_recog:Debug option -g%c not recognised
|
|
|
108 |
cli_getinterface_include_missing:Include path missing
|
|
|
109 |
cli_getinterface_len_range:Length out of range, ignored
|
|
|
110 |
cli_getinterface_len_missing:Length specifier missing
|
|
|
111 |
cli_getinterface_maxcache_bad:Bad value for maxCache
|
|
|
112 |
cli_getinterface_maxcache_neg:MaxCache negative, ignored
|
|
|
113 |
cli_getinterface_output_already:Output file already specified
|
|
|
114 |
cli_getinterface_output_missing:Output file missing
|
|
|
115 |
cli_getinterface_predef_missing:Predefine missing
|
|
|
116 |
cli_getinterface_list_already:Listing file already specified
|
|
|
117 |
cli_getinterface_list_open_fail:Can't open listing file '%s'
|
|
|
118 |
cli_listfile_is_src_or_obj:The specified listing file '%s' must not be a .s or .o file
|
|
|
119 |
cli_output_is_source:The specified output file '%s' must not be a source file
|
|
|
120 |
cli_depend_is_source:The specified depend file '%s' must not be a source file
|
|
|
121 |
cli_errors_is_source:The specified errors file '%s' must not be a source file
|
|
|
122 |
cli_listing_is_source:The specified listing file '%s' must not be a source file
|
|
|
123 |
cli_getinterface_wid_range:Width out of range, ignored
|
|
|
124 |
cli_getinterface_wid_missing:Width specifier missing
|
|
|
125 |
cli_getinterface_unrecog_param:Unrecognised parameter '%s'
|
|
|
126 |
cli_getinterface_bad_param:Bad command line parameter '%s'
|
|
|
127 |
cli_getinterface_fname_missing:Input or output filename missing under desktop option
|
|
|
128 |
cli_getinterface_no_input_spec:Duh? InputFile called with no input file specified
|
|
|
129 |
cli_error_open_stats:Error opening stats file %s
|
|
|
130 |
cli_error_splitldms:Error: -splitldms expects argument q or v
|
|
|
131 |
code_relocinit_badbufsize:Bad relocation buffer size
|
|
|
132 |
code_warnifbanked_error:Use of banked R8-R14 after forced user-mode LDM
|
|
|
133 |
code_warnifbanked_warn:Use of banked R8-R14 after in-line mode change
|
|
|
134 |
code_areanumber_error:Area number out of range
|
|
|
135 |
code_fakefirstareadecl:Faking declaration of area AREA |$$$$$$$|
|
|
|
136 |
code_dumpstringtable_f1:%s%s vsn %s%s%c
|
|
|
137 |
code_dumpheader_chunkentry_size:Unexpected ChunkEntry size
|
|
|
138 |
code_dumpheader_aofheader_size:Unexpected aof_header size
|
|
|
139 |
code_dumpheader_unused:Unused
|
|
|
140 |
code_dumpheader_aofheader_size2:Incorrect aof header size
|
|
|
141 |
code_dumpareadecs_badsize:Bad area declaration size
|
|
|
142 |
condasm_stack_overflow:Structure stack overflow
|
|
|
143 |
condasm_stack_underflow:Structure stack underflow
|
|
|
144 |
errors_diagnose_fatal:Fatal error:
|
|
|
145 |
errors_errorreport_error:Error:
|
|
|
146 |
errors_errorreport_info:
|
|
|
147 |
errors_errorreport_too_many_error:Too many Errors
|
|
|
148 |
errors_warning_warning:Warning:
|
|
|
149 |
errors_ADirMissing:Area directive missing
|
|
|
150 |
errors_CommaMissing:Missing comma
|
|
|
151 |
errors_BadSymType:Bad symbol type
|
|
|
152 |
errors_MulDefSym:Multiply or incompatibly defined symbol
|
|
|
153 |
errors_BadExprType:Bad expression type
|
|
|
154 |
errors_ExpectedConstExpr:Expected constant expression
|
|
|
155 |
errors_ExpectedConstOrAddrExpr:Expected constant or address expression
|
|
|
156 |
errors_ExpectedAddrExpr:Expected address expression
|
|
|
157 |
errors_ExpectedStringExpr:Expected string expression
|
|
|
158 |
errors_ExpectedRegRelExpr:Expected register relative expression
|
|
|
159 |
errors_ExpectedStringOrConstExpr:Expected string or constant expression
|
|
|
160 |
errors_TooLateOrg:Too late to set origin now
|
|
|
161 |
errors_RegSymExists:Register symbol already defined
|
|
|
162 |
errors_NoMacro:No current macro expansion
|
|
|
163 |
errors_BadMEND:MEND not allowed within conditionals
|
|
|
164 |
errors_BadGlob:Bad global name
|
|
|
165 |
errors_GlobExists:Global name already exists
|
|
|
166 |
errors_LocNotAllowed:Locals not allowed outside macros
|
|
|
167 |
errors_BadLoc:Bad local name
|
|
|
168 |
errors_LocExists:Local name already exists
|
|
|
169 |
errors_WrongSy:Unknown or wrong type of global/local symbol
|
|
|
170 |
errors_BadAlign:Bad alignment boundary
|
|
|
171 |
errors_BadImport:Bad imported name
|
|
|
172 |
errors_ImportExists:Imported name already exists
|
|
|
173 |
errors_BadExport:Bad exported name
|
|
|
174 |
errors_BadExportType:Bad exported symbol type
|
|
|
175 |
errors_NoAreaName:Area name missing
|
|
|
176 |
errors_BadAttr:Bad area attribute or alignment
|
|
|
177 |
errors_EntryExists:Entry address already set
|
|
|
178 |
errors_BadEOL:Unexpected characters at end of line
|
|
|
179 |
errors_StringShort:String too short for operation
|
|
|
180 |
errors_StringOver:String overflow
|
|
|
181 |
errors_BadOpType:Bad operand type
|
|
|
182 |
errors_RelOnlyAdd:Relocated expressions may only be added or subtracted
|
|
|
183 |
errors_AOFNoSubRel:AOF does not support subtractive relocations
|
|
|
184 |
errors_AoutNotImplemented:Internal Error : a.out format not fully supported
|
|
|
185 |
errors_UnDefExp:Undefined exported symbol
|
|
|
186 |
errors_CantOpenCode:Unable to open output file
|
|
|
187 |
errors_CantCloseCode:Unable to close output file
|
|
|
188 |
errors_BadShift:Bad shift name
|
|
|
189 |
errors_UnkShift:Unknown shift name
|
|
|
190 |
errors_ShiftOpt:Shift option out of range
|
|
|
191 |
errors_BadSym:Bad symbol
|
|
|
192 |
errors_BadReg:Bad register name symbol
|
|
|
193 |
errors_UnExpOp:Unexpected operator
|
|
|
194 |
errors_UnDefSym:Undefined symbol
|
|
|
195 |
errors_UnExpOpnd:Unexpected operand
|
|
|
196 |
errors_UnExpUnOp:Unexpected unary operator
|
|
|
197 |
errors_BraMiss:Missing open bracket
|
|
|
198 |
errors_SynAfterDir:Syntax error following directive
|
|
|
199 |
errors_IllLineStart:Illegal line start should be blank
|
|
|
200 |
errors_LabMiss:Label missing from line start
|
|
|
201 |
errors_BadLocNum:Bad local label number
|
|
|
202 |
errors_SynAfterLocLab:Syntax error following local label definition
|
|
|
203 |
errors_WrongRout:Incorrect routine name
|
|
|
204 |
errors_UnkOpc:Unknown opcode
|
|
|
205 |
errors_UnsuppOpc:Opcode not supported on selected processor
|
|
|
206 |
errors_TooManyParms:Too many actual parameters
|
|
|
207 |
errors_BadOpcSym:Bad opcode symbol
|
|
|
208 |
errors_SynAfterLab:Syntax error following label
|
|
|
209 |
errors_InvLineStart:Invalid line start
|
|
|
210 |
errors_BadTrans:Translate not allowed in pre-indexed form
|
|
|
211 |
errors_MissSqKet:Missing close square bracket
|
|
|
212 |
errors_ImmValRange:Immediate 0x%08X out of range for this operation
|
|
|
213 |
errors_ImmValNeg:Immediate -0x%08X out of range for this operation
|
|
|
214 |
errors_KetMiss:Missing close bracket
|
|
|
215 |
errors_BadBrOp:Invalid operand to branch instruction
|
|
|
216 |
errors_BadRot:Bad rotator
|
|
|
217 |
errors_no_external_adrs:ADR/L cannot be used on external symbols
|
|
|
218 |
errors_DatOff:Data transfer offset out of range
|
|
|
219 |
errors_BadRegRange:Bad register range
|
|
|
220 |
errors_BrOff:Branch offset out of range
|
|
|
221 |
errors_DecOver:Decimal overflow
|
|
|
222 |
errors_HexOver:Hexadecimal overflow
|
|
|
223 |
errors_BadHex:Bad hexadecimal number
|
|
|
224 |
errors_MissQuote:Missing close quote
|
|
|
225 |
errors_BadOp:Bad operator
|
|
|
226 |
errors_BadBaseNum:Bad based number
|
|
|
227 |
errors_NumOver:Numeric overflow
|
|
|
228 |
errors_ExtAreaSym:External area relocatable symbol used
|
|
|
229 |
errors_ExtNotVal:Externals not valid in expressions
|
|
|
230 |
errors_NoSym:Symbol missing
|
|
|
231 |
errors_CodeInDataArea:Code generated in data area
|
|
|
232 |
errors_BadMacroParms:Error in macro parameters
|
|
|
233 |
errors_RegRange:Register value out of range
|
|
|
234 |
errors_HashMissing:Missing '#'
|
|
|
235 |
errors_UnexpectedChar:Unexpected '%c'
|
|
|
236 |
errors_FPRegRange:Floating point register number out of range
|
|
|
237 |
errors_CPRegRange:Coprocessor register number out of range
|
|
|
238 |
errors_CPNameRange:Coprocessor number out of range
|
|
|
239 |
errors_FPOver:Floating point overflow
|
|
|
240 |
errors_FPNoNum:Floating point number not found
|
|
|
241 |
errors_FPTooLate:Too late to ban floating point
|
|
|
242 |
warnings_FPFIXPrecision:Precision specifier ignored for 'FIX'
|
|
|
243 |
errors_UnkOp:Unknown operand
|
|
|
244 |
errors_CPOpRange:Coprocessor operation out of range
|
|
|
245 |
errors_BadMul:Multiply destination equals first source
|
|
|
246 |
errors_StructErr:Structure mismatch
|
|
|
247 |
errors_SubstLong:Substituted line too long
|
|
|
248 |
errors_SubstNoPreDec:No pre-declaration of substituted symbol
|
|
|
249 |
errors_IllLabParm:Illegal label parameter start in macro prototype
|
|
|
250 |
errors_BadMacParmDef:Bad macro parameter default value
|
|
|
251 |
errors_BadRegInBD:Register occurs multiply in list
|
|
|
252 |
errors_BadRegListOrder:Registers should be listed in increasing register number order
|
|
|
253 |
errors_BadIMAttr:Bad or unknown attribute
|
|
|
254 |
errors_BadFPCon:Bad floating point constant
|
|
|
255 |
errors_BadADRL:ADRL can't be used with PC
|
|
|
256 |
errors_BadNoInit:Non-zero data within uninitialised area
|
|
|
257 |
errors_MissBra:Missing open square bracket
|
|
|
258 |
errors_DivZero:Division by zero
|
|
|
259 |
errors_TooLateStyle:Too late to change output format
|
|
|
260 |
errors_BadWeak:Weak symbols not permitted in a.out
|
|
|
261 |
errors_BadOrg:Origin illegal for a.out
|
|
|
262 |
errors_BadStrong:STRONG directive not suported by a.out
|
|
|
263 |
errors_bad_area_attr_combination:Attribute %s cannot be used with attribute %s
|
|
|
264 |
errors_TooManyData:Too many data areas for a.out
|
|
|
265 |
errors_TooManyCode:Too many code areas for a.out
|
|
|
266 |
errors_TooMany0Init:Too many bss areas for a.out
|
|
|
267 |
errors_TooLateRegList:Too late to define symbol as register list
|
|
|
268 |
errors_BadRegList:Bad register list symbol
|
|
|
269 |
errors_BadEscape:Bad string escape sequence
|
|
|
270 |
errors_CodeError:Error on code file
|
|
|
271 |
errors_AoutNoSupport:a.out doe not support this facility
|
|
|
272 |
errors_BadAoutAdr:a.out can't handle external adresses except for branches
|
|
|
273 |
errors_BaseInUse:Register already in use as an AREA base
|
|
|
274 |
errors_BadCPSRorSPSR:Bad CPSR or SPSR designator
|
|
|
275 |
errors_MRSnoCtlorFlg:CPSR/SPSR_<fields> are illegal in MRS
|
|
|
276 |
errors_unknown_pc_offset:{PCSTOREOFFSET} not defined - no processor selected
|
|
|
277 |
errors_blxcond:BLX <address> must be unconditional
|
|
|
278 |
errors_source_ne_dest:Source and destination registers must be identical for this instruction
|
|
|
279 |
errors_bad_reg_combo:Invalid register or register combination for this operation
|
|
|
280 |
errors_imm_alignment:Immediate value must be word aligned for this operation
|
|
|
281 |
errors_shift_size:Shift count out of range
|
|
|
282 |
errors_bad_immediate:Immediate value cannot be used with this operation
|
|
|
283 |
errors_need_immediate:Must have immediate value with this operation
|
|
|
284 |
errors_non_word_off:Offset must be word aligned with this operation
|
|
|
285 |
errors_non_halfword_off:Offset must be halfword aligned with this operation
|
|
|
286 |
errors_ShriekMissing:Missing '!'
|
|
|
287 |
errors_b_arm:B or BL from 16 bit code to 32 bit code
|
|
|
288 |
errors_b_thumb:B or BL from 32 bit code to 16 bit code
|
|
|
289 |
errors_blx_arm:BLX from 32 bit code to 32 bit code, use BL
|
|
|
290 |
errors_blx_thumb:BLX from 16 bit code to 16 bit code, use BL
|
|
|
291 |
errors_negative_off:Can't have negative offsets with datatransfer instructions
|
|
|
292 |
errors_no_post_index:Post indexed addressing mode not available
|
|
|
293 |
errors_no_pre_index:Pre indexed addressing mode not available for this instruction, use [Rn, Rm]
|
|
|
294 |
errors_bad_adcon:BASED areas must be accessed using LDA, not LDR
|
|
|
295 |
errors_bad_LDA:LDA can only load addresses from BASED AREAs
|
|
|
296 |
errors_branch_reloc:Only BL can be used to branch to external symbols or other AREAs
|
|
|
297 |
HWord_Lit_NS:Halfword literal values not supported
|
|
|
298 |
LDRB_Lit_OOR:Operand to LDRB does not fit in 8 bits
|
|
|
299 |
errors_noncode_data:DATA directive can only be used in CODE areas
|
|
|
300 |
expr_fp_used_nofp:Register name fp used in -apcs 3/nofp mode
|
|
|
301 |
expr_psr_deprecated:Deprecated form of PSR field specifier used (use _cxsf)
|
|
|
302 |
expr_psr_badfield:Invalid PSR field specifier
|
|
|
303 |
expr_psr_dupfield:PSR field \'%c\' specified more than once
|
|
|
304 |
expr_mrs_does_not_select_fields:MRS cannot select fields, use %.*s directly
|
|
|
305 |
exprstor_alloc_failed:Expression storage allocator failed
|
|
|
306 |
formatio_writech_header:\n\n\nARM Macro Assembler Page %lu
|
|
|
307 |
fpio_read_scanf_failed_fp:Scanf failed to read floating point number
|
|
|
308 |
getdir_getdir_struct_mismatch:Structure mismatch
|
|
|
309 |
getdir_getdir_unreopenable:File \"%s\" could not be reopened
|
|
|
310 |
getdir_getdir_bad_get_or_inc:Bad GET or INCLUDE
|
|
|
311 |
getdir_checkstack_unmatched:Unmatched conditional or macro
|
|
|
312 |
getdir_mexitdir_missing_if:missing IF element on structure stack
|
|
|
313 |
getdir_mexitdir_missing_while:missing WHILE element on structure stack
|
|
|
314 |
getdir_mexitdir_extra_get:unexpected GET on structure stack
|
|
|
315 |
getdir_openbinfile_not_found:File \"%s\" not found
|
|
|
316 |
getline_getline_too_long:Line too long
|
|
|
317 |
getline_getline_eof:End of input file
|
|
|
318 |
getline_no_string_splitting:\'\\\' should not be used to split strings
|
|
|
319 |
getline_comment_continuation:\'\\\' at end of comment
|
|
|
320 |
hostdep_pollescape_esc:Escape
|
|
|
321 |
hostdep_throwback_sf_unable:Unable to send throwback message, error 0x%x '%s'
|
|
|
322 |
hostdep_throwback_start_unable:Unable to start throwback session, error 0x%x '%s'
|
|
|
323 |
hostdep_throwback_se_unable:Unable to send throwback message, error 0x%x '%s'
|
|
|
324 |
hostdep_throwback_end_unable:Unable to end throwback session, error 0x%x '%s'
|
|
|
325 |
initdir_initareaentry_bad:Area attribute index out of range
|
|
|
326 |
initdir_initdirectives_err:\
|
|
|
327 |
Internal error: opcode table not in ascending order\n\
|
|
|
328 |
Entry %li = %s, Entry %li = %s
|
|
|
329 |
listing_listbool_true:TRUE
|
|
|
330 |
listing_listbool_false:FALSE
|
|
|
331 |
literals_thumb_literalpool_too_far:Literal pool too distant (>1KB), use LTORG to dump it within range
|
|
|
332 |
literals_literalpool_too_far:Literal pool too distant (use LTORG to dump it within 4KB)
|
|
|
333 |
macrotyp_definemacro_bad:Bad macro name
|
|
|
334 |
macrotyp_definemacro_already:Macro already exists
|
|
|
335 |
macrotyp_definemacro_bad_param_s:Illegal parameter start in macro prototype
|
|
|
336 |
macrotyp_definemacro_bad_param:Illegal parameter in macro prototype
|
|
|
337 |
macrotyp_definemacro_bad_sep:Invalid parameter separator in macro prototype
|
|
|
338 |
macrotyp_definemacro_too_big:Macro definition too big
|
|
|
339 |
macrotyp_definemacro_no_nest:Macro definitions cannot be nested
|
|
|
340 |
macrotyp_insert_no_current:No current macro for insert
|
|
|
341 |
occur_printocc_line1: %s %i in
|
|
|
342 |
occur_printocc_Atline:At line
|
|
|
343 |
occur_printocc_atline:at line
|
|
|
344 |
occur_printocc_file:file
|
|
|
345 |
occur_printocc_macro:macro
|
|
|
346 |
occur_printocc_none: None\n
|
|
|
347 |
occur_printres_symbol:\nSymbol:
|
|
|
348 |
occur_printres_definitions:Definitions
|
|
|
349 |
occur_printres_usages:Uses
|
|
|
350 |
occur_printres_warning:Warning:
|
|
|
351 |
occur_printres_undef: undefined
|
|
|
352 |
occur_printres_muldef: multiply defined
|
|
|
353 |
occur_printres_comment:Comment:
|
|
|
354 |
occur_printres_unused: unused
|
|
|
355 |
occur_printres_usedonce: used once
|
|
|
356 |
opcode_initcond_internal_err:internal error: conditional clash at %s
|
|
|
357 |
opcode_initop_internal_err:\
|
|
|
358 |
Internal error: opcode table not in ascending order\n\
|
|
|
359 |
Entry %li = %s, Entry %li = %s
|
|
|
360 |
p1dir_xattr_not_recog:AOF symbol attribute not recognised
|
|
|
361 |
p1dir_p1dir_unexpected:Unexpected as directive not handled
|
|
|
362 |
p1dir_p1dir_ORG_forced:ORG base forced to word boundary
|
|
|
363 |
p1dir_p1dir_macro_within:macro definition attempted within expansion
|
|
|
364 |
p1dir_p1dir_assert_failed:Assertion failed
|
|
|
365 |
p1dir_p1dir_area_ignored:ObjAsm AREA directive ignored
|
|
|
366 |
p1line_p1line_missing_END:Missing END directive at end of file
|
|
|
367 |
p1line_p1line_res_instr:Reserved instruction (using NV condition)
|
|
|
368 |
p1line_p1line_bad_MRS:MRS/MSR invalid in 26-bit PC configurations
|
|
|
369 |
p1line_p1line_msr_regshift_undefined:Shifted register operand to MSR is undefined in architecture 4 and later
|
|
|
370 |
p1line_p1line_8bit_warn:Writing an 8-bit immediate value to the whole C/SPSR is not guaranteed on future processors
|
|
|
371 |
p1line_p1line_TSTP_warn:TSTP/TEQP/CMNP/CMPP inadvisable in 32-bit PC configurations
|
|
|
372 |
p1line_p1line_res_pc_rs:Reserved instruction (using PC as Rs)
|
|
|
373 |
p1line_p1line_regshift_pc_undef:Undefined effect (using PC as Rn or Rm in register specified shift)
|
|
|
374 |
p1line_p1line_undef_off_pc:Undefined effect (using PC as offset register)
|
|
|
375 |
p1line_p1line_UnalignedPCDataXfer:Unaligned transfer of PC
|
|
|
376 |
p1line_p1line_res_rm_rn:Reserved instruction (Rm = Rn with post-indexing)
|
|
|
377 |
p1line_p1line_undef_pc_wb:Undefined effect (PC + writeback)
|
|
|
378 |
p1line_p1line_undef_dest_wb:Undefined effect (destination same as written-back base)
|
|
|
379 |
p1line_p1line_pc_not_word:Undefined effect (PC used in a non-word context)
|
|
|
380 |
p1line_p1line_ldm_base_in_list:Non portable instruction (LDM with writeback and base in reg. list)
|
|
|
381 |
p1line_p1line_stm_base_in_list:Non portable instruction (STM with writeback and base not first in reg. list)
|
|
|
382 |
p1line_p1line_xfer_warn:Unsafe instruction (forced user mode xfer with write-back to base)
|
|
|
383 |
p1line_p1line_psr1_warn:Unsafe instruction (PSR bits may pollute PC value)
|
|
|
384 |
p1line_p1line_pc_src_warn:Unsafe instruction (PC as source or destination)
|
|
|
385 |
p1line_p1line_undef_swp:Undefined effect (PC-relative SWP)
|
|
|
386 |
p1line_p1line_splitldms:Inserting NOP between two LDM instructions
|
|
|
387 |
p1line_p1line_psr2_warn:Undefined effect (use of PC/PSR)
|
|
|
388 |
p1line_p1line_useless_instr:Useless instruction (PC can't be written back)
|
|
|
389 |
p1line_p1line_undef_rd_rm:Undefined effect (Rd = Rm in MUL/MLA instruction)
|
|
|
390 |
p1line_p1line_useless_2:Useless instruction (PC is destination)
|
|
|
391 |
p1line_p1line_dubious:Dubious instruction (PC used as an operand)
|
|
|
392 |
p1line_longmul_undef_rdlo_rdhi_rm:Undefined if any of RdLo, RdHi, Rm are the same register
|
|
|
393 |
p1line_longmul_r15_operand:Long multiply instructions do not take R15 as an operand
|
|
|
394 |
p2line_p2line_B_unalign:Branch to unaligned destination
|
|
|
395 |
p2arm_out_of_area_adr:%s of symbol in another AREA will cause link-time failure if symbol is not close enough to this instruction
|
|
|
396 |
p2arm_external_adr:%s of external symbol will cause link-time failure if symbol is not close enough to this instruction
|
|
|
397 |
store_mymalloc_failed:host error: out of memory
|
|
|
398 |
symdump_xref_table_no_syms:No symbols in table
|
|
|
399 |
symdump_xref_table_alpha:Alphabetic symbol ordering
|
|
|
400 |
symdump_xref_table_reloc:Relocatable symbols
|
|
|
401 |
symdump_xref_table_abs:Absolute symbols
|
|
|
402 |
symdump_xref_table_reg_rel:Register relative symbols
|
|
|
403 |
symdump_xref_table_extern:External symbols
|
|
|
404 |
symdump_xref_table_symbol:1 symbol
|
|
|
405 |
symdump_xref_table_symbols:%lu symbols
|
|
|
406 |
symdump_xref_table_symtab:1 symbol in table
|
|
|
407 |
symdump_xref_table_symtabs:%lu symbols in table
|
|
|
408 |
p1line_label_in_no_area:A Label was found which was in no AREA
|
|
|
409 |
errors_incompatibleinstrs:Instruction not supported on targeted CPU
|
|
|
410 |
errors_pic_repeatstackdepth:More than four nested REPEAT loops
|
|
|
411 |
errors_pic_repeatofzero:REPEAT loop index cannot be zero
|
|
|
412 |
errors_pic_remapwhileactive:REPEAT loop with remapping inside another loop with remapping
|
|
|
413 |
errors_pic_32bitwhileremap:Use of 32-bit register while 16-bit remapping active
|
|
|
414 |
errors_pic_highwithwrap:XX.h not supported inside 'w2' remapping
|
|
|
415 |
errors_pic_badrenameparams:Bad parameters for remap
|
|
|
416 |
errors_pic_RemapInLoop:(Implicit) remapping move inside a REPEAT loop
|
|
|
417 |
errors_pic_nextoutsideloop:NEXT with no corresponding REPEAT
|
|
|
418 |
errors_pic_nextmatch:Label on NEXT does not match corresponding REPEAT
|
|
|
419 |
errors_pic_missingnext:Expected NEXT before end of AREA
|
|
|
420 |
errors_pic_RepeatTooLarge:Too many instructions (%ld) for a REPEAT loop
|
|
|
421 |
errors_pic_RepeatOfZero:REPEAT of zero instructions
|
|
|
422 |
warning_pic_RepeatRemapWrap:'n2w2' causes redundant RMOV - consider 'n2' instead
|
|
|
423 |
errors_pic_dest32:Destination must be a full register
|
|
|
424 |
errors_pic_destlow:Destination must be the low-half of a register
|
|
|
425 |
errors_pic_SourceSize:Source must be a %d-bit register
|
|
|
426 |
errors_pic_DestWrite:Operation must have a register destination
|
|
|
427 |
errors_pic_BadBank:Bad bank name symbol
|
|
|
428 |
errors_pic_BadBankForRename:Cannot use accumulator bank in rename
|
|
|
429 |
errors_pic_BadBankForLDPU:LDPU16 cannot target accumulator bank
|
|
|
430 |
errors_pic_DuplicatedBankParams:Bank occurs multiply in parameters
|
|
|
431 |
errors_pic_DuplicatedBankList:Bank occurs multiply in list
|
|
|
432 |
errors_pic_BadRename:Bad rename parameters
|
|
|
433 |
errors_pic_BadBankForXfer:16-bit register transfer must be based at <bank>0.l
|
|
|
434 |
errors_pic_BadXfer16:Transfer to 16-bit register should be an LPM16
|
|
|
435 |
errors_pic_BadReglistRepeat:Register list repetition inconsistent
|
|
|
436 |
errors_pic_BadBaseForXfer:Register transfer with bytecount must be based at <bank>0
|
|
|
437 |
errors_pic_BadWrapForXfer:Register list with bytecount must be 1, 2 or 4 registers
|
|
|
438 |
errors_pic_BadXferSizeForWrap:Bytecount must be greater than register list size
|
|
|
439 |
errors_pic_BadXferSize:Bytecount for register transfer must be a whole number of words
|
|
|
440 |
errors_pic_XferTooLarge:Transfer would cause deadlock
|
|
|
441 |
errors_pic_BankListWithA:PALIGN cannot specify the accumulator bank
|
|
|
442 |
errors_pic_ReadOnlySpecialRegister:Special register is read-only
|
|
|
443 |
errors_pic_TargetOfLDPU:LDPU destination must be <bank>0
|
|
|
444 |
errors_pic_TrappedInPiccolo:Cannot switch to another instruction set
|
|
|
445 |
errors_pic_NotAccumulator:Non-accumulator register in accumulator position
|
|
|
446 |
errors_pic_BadAccumulator:Accumulator must match destination register
|
|
|
447 |
errors_pic_BadImmForMulD:Cannot have an immediate with SMLDA/SMLDS
|
|
|
448 |
errors_pic_BadRegForMoveA:Source operand of MOVA instruction must be a full accumulator
|
|
|
449 |
errors_pic_DuplicateRefill:Instructions refills the same register twice
|
|
|
450 |
errors_pic_RefillDest:Instruction marks destination for refill
|
|
|
451 |
errors_pic_TruncatedResult:Immediate truncated to 0x%04X
|
|
|
452 |
dw2_missing_filename:Filename \"%s\" missing from filename list
|
|
|
453 |
SelfTest_Fail:Test: value=%08lx expected=%08lx/%08lx
|
|
|
454 |
SelfTest_SBO:Test: value=%08lx expected %08lx SBO
|
|
|
455 |
SelfTest_SBZ:Test: value=%08lx expected %08lx SBZ
|
|
|
456 |
SelfTest_Report:Tests: %ld test(s), %ld failure(s)
|
|
|
457 |
pdir_mnoteLine:%s
|
|
|
458 |
blankline:\n
|