MvASSEMBLY#
MvASSEMBLY
allows MivaScript assembly code to be interleaved with traditional MivaScript. The content of the MvASSEMBLY
tag is passed unmodified to the MivaScript assembler.
Syntax
<MvASSEMBLY>
... assembly code here ...
</MvASSEMBLY>
Example#
<MvEVAL EXPR = "Before assembly">
<MvASSEMBLY>
... assembly code here ...
</MvASSEMBLY>
<MvEVAL EXPR = "After assembly">