Description: Insert a line of assembly or an assembly code block directly into your program.
Syntax:
Method 1: Asm "<asm>"
Method 2:
Asm
<asm>
End Asm
Part
Description
<asm>
Required. This is the assembly code to be inserted into the application. If using a single line of assembly code, the code must be encapsulated in quotes.