-

差分

移動先: 案内検索

Z80 Assembler Reference Manual

919 バイト追加, 2017年8月16日 (水) 21:20
診断
*Include widget.i
== Diagnostics 診断==アセンブル中に遭遇したそれぞれのエラーに対してエラーメッセージが標準エラーストリームに書き出されます。このメッセージはファイル名と行番号を特定し、エラーを記述します。
An error message will be written on the standard errorstream for each error encountered in the assembly. This message identifies the file name and line number and describesthe error. In addition the line in the listing where theerror occurred will be flagged with a single character toindicate the error. The characters and the correspondingmessages are:エラーの起きた行のリスティングに加えて、エラーを示す1文字のフラグが立ちます。
文字と対応するメッセージは次の通りです。
;A:
:Absolute expression requiredrequired絶対表現が必要です。
;B:
:Bad arg to *LLの引数が不正です:Bad arg to IMIMの引数が不正です:Bad bit numbernumberビット番号が不正です:Bad character constantconstant文字定数が不正です:Bad jump conditionconditionジャンプ条件が不正です
;D:
:Directive not recognizedrecognized認識されないディレクティブです:Digit out of rangerange数字が範囲外です
;E:
:EOF inside conditionalconditionalEOFが条件の中にあります
:Expression error
エクスプレッションエラーです
;G:
:Garbage after operandsoperandsオペランドの後にガーベジがあります:Garbage on end of lineline行末にガーベジがあります
;I:
:Index offset too largelargeインデックオフセットが大きすぎます
;J:
:Jump target out of rangerangeジャンプターゲットが範囲外です
;L:
:Lexical errorerrorレキシカルエラーです
;M:
:Multiply defined symbolsymbolシンボルを複数回定義しました
;O:
:Operand errorerrorオペランドエラーです
;P:
:Phase errorerrorフェーズエラーです
:Psect may not be local and global
psectはローカルとグローバルにできません
;R:
:Relocation errorerrorリロケーションエラーです
;S:
:Size errorerrorサイズエラーです:Syntax errorerror構文エラーです
;U:
:Undefined symbolsymbol未定義のシンボルです:Undefined temporary labellabel未定義のテンポラリラベルをです:Unterminated stringstring閉じていない文字列です
== Z80/Z180/64180 Instruction Set==

案内メニュー