Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 396 Bytes

vi.c.4.11-instructions-that-take-a-string-as-an-argument.md

File metadata and controls

18 lines (13 loc) · 396 Bytes

VI.C.4.11 Instructions that take a string as an argument

These instructions take a string as an argument.

<instr> ::=
<instr_string> <QSTRING>
<instr_string> ::= Derived from opcode.def
ldstr

Examples:

ldstr "This is a string"
ldstr "This has a\nnewline in it"