There is an earlier method, but #show is easier to use.
The older method is still useful for several lines of code, and works when you hit F7 to compile in Scite.
The Assembly code block appears in the right hand panel, and may be copied to the clipboard.
Use 3 hashes to mark the start and end of a code section
###
for i=1 to 10
j++
next
###
Charles