mvbg

VM_LOAD_TEXT

VM_LOAD_TEXT NARGS

Loads text in memory.

The text string is defined using the .asciz command:

VM_LOAD_TEXT   0  
.asciz "text to render"

Displaying variables:

The following format specifiers allow variables to be rendered as part of the text:

```