Difference between revisions of "Set"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
(No difference)

Revision as of 07:36, 28 March 2011

Syntax

Syntax: set register

  • register = register to set

Use

Used to set a register to a boolean value of 1 (true).

Example


100:     jmpi_= R1, 00000001, 1 //If Register R1 equals 1 jump to 1
         window_msg 'This is a one time only message!'
         winend 
         set R1 
         ret 

Also see

jmpiue, window_msg, winend, ret