# ST 20C4

Assembler code

```
ROM:26ECB
ROM:26ECB ; =============== S U B R O U T I N E =======================================
ROM:26ECB
ROM:26ECB
ROM:26ECB sub_26ECB:
ROM:26ECB
ROM:26ECB ; FUNCTION CHUNK AT ROM:18AD1 SIZE 00000003 BYTES
ROM:26ECB
ROM:26ECB                 xor
ROM:26ECD                 ldc     0
ROM:26ECE                 stl     2
ROM:26ECF                 ldc     0
ROM:26ED0                 ldlp    2
ROM:26ED1                 gajw
ROM:26ED3                 ldlp    2
ROM:26ED4                 ldc     43h ; 'C'
ROM:26ED6                 ldl     1
ROM:26ED7                 fcall   loc_18A48
ROM:26EDB                 ldlp    2
ROM:26EDC                 dup
ROM:26EDD                 cj      loc_26EE4
ROM:26EDE                 ldc     0
ROM:26EDF                 ldlp    2
ROM:26EE0                 gajw
ROM:26EE2                 j       loc_26EF8
ROM:26EE4 ; ---------------------------------------------------------------------------
ROM:26EE4
ROM:26EE4 loc_26EE4:                              ; CODE XREF: sub_26ECB+12↑j
ROM:26EE4                 ldlp    2
ROM:26EE5                 ldc     2Eh ; '.'
ROM:26EE7                 ldl     1
ROM:26EE8                 fcall   loc_18A48
ROM:26EEC                 ldlp    2
ROM:26EED                 dup
ROM:26EEE                 cj      loc_26EF4
```


---

# 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.hex-rays.com/8.5/user-guide/disassembler/disassembly-gallery/st-20c4.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.
