Search found 82 matches

by Alec
Wed Mar 12, 2014 7:38 am
Forum: Basic
Topic: Question on VM RISC Markers
Replies: 4
Views: 13925

Re: Question on VM RISC Markers

Statements like Exit or return which lead code flow out of the marker are supported, so the answer to your question is yes.
by Alec
Tue Mar 11, 2014 8:12 am
Forum: Basic
Topic: Question on VM RISC Markers
Replies: 4
Views: 13925

Re: Question on VM RISC Markers

Yes, it will work correctly. The only thing that is not allowed is to literally include one marker into another, so between vm_risc_begin and vm_risc_end there can be no other markers.