# 0049: Недостаточно параметров для опкода

Компилятор не может получить требуемое количество параметров для текущего опкода.&#x20;

Это происходит, если на данной строке недостаточно параметров, либо некоторые из них недопустимы. Число параметров для каждого опкода задано в [INI файле](/ru/edit-modes/opcodes-list-scm.ini.md) и может отображаться в статусной строке при включенной [опции](/ru/editor/options/editor.md#nastroiki) `Показывать информацию об опкодах`.

**Возможные решения**: укажите требуемое количество параметров:

```
0001: wait // ошибка, ожидался один параметр
0001: wait 0 // верно
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sannybuilder.com/ru/troubleshooting/errors/0049.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
