# NEC V850

Assembler code

```
.text:000007A6
.text:000007A6 -- =============== S U B R O U T I N E =======================================
.text:000007A6
.text:000007A6
.text:000007A6                 .globl _systeminit
.text:000007A6 _systeminit:                            -- CODE XREF: __start+7C↑p
.text:000007A6                 prepare {lp}, 0
.text:000007AA                 mov     0x9F4, r6
.text:000007B0                 mov     -1, r7
.text:000007B2                 jarl    __rcopy, lp
.text:000007B6                 di
.text:000007BA                 jarl    _CG_ReadResetSource, lp
.text:000007BE                 jarl    __startend, lp
.text:000007C2                 jarl    _TMP0_Init, lp
.text:000007C6                 ei
.text:000007CA                 dispose 0, {lp}, [lp]
.text:000007CA -- End of function _systeminit
.text:000007CA
.text:000007CE
.text:000007CE -- =============== S U B R O U T I N E =======================================
.text:000007CE
.text:000007CE
.text:000007CE                 .globl _f1
.text:000007CE _f1:                                    -- CODE XREF: _complex1+B6↓p
.text:000007CE                 ld.w    -0x8000[gp], r10
.text:000007D2                 add     r6, r10
.text:000007D4                 add     1, r10
.text:000007D6                 jmp     [lp]
.text:000007D6 -- End of function _f1
.text:000007D6
.text:000007D8
.text:000007D8 -- =============== S U B R O U T I N E =======================================
.text:000007D8
.text:000007D8
.text:000007D8                 .globl _f2
.text:000007D8 _f2:                                    -- CODE XREF: _complex1+B0↓p
.text:000007D8                 ld.w    -0x8000[gp], r10
```


---

# 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/9.0/user-guide/disassembler/disassembly-gallery/nec-v850.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.
