Go to the source code of this file.
◆ addcerrlist_tok()
トークン取得のエラーを追加する
- Returns
- なし
Definition at line 91 of file token.c.
◆ linetok()
CMDLINE* linetok |
( |
const char * |
line | ) |
|
行から、ラベル・コマンド・オペランドを取得する
- Returns
- ラベル・コマンド・オペランド
- Parameters
-
Definition at line 97 of file token.c.
◆ opdtok()
OPD * opdtok |
( |
const char * |
str | ) |
|
「,」区切りの文字列から、オペランドのトークンを取得
- Returns
- オペランドのトークン
- Parameters
-
Definition at line 30 of file token.c.
◆ cerr_linetok
Initial value:= {
{ 104, "label length is too long" },
{ 105, "no command in the line" },
}
行トークン取得のエラー定義
Definition at line 15 of file token.c.
◆ cerr_opdtok
Initial value:= {
{ 117, "operand too many in DC" },
{ 118, "operand length too long" },
{ 121, "cannot get operand token" },
{ 123, "unclosed quote" },
}
オペランドトークン取得のエラー定義
Definition at line 23 of file token.c.