<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nsis.sourceforge.io/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Reference%2FGoto</id>
	<title>Reference/Goto - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nsis.sourceforge.io/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Reference%2FGoto"/>
	<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=Reference/Goto&amp;action=history"/>
	<updated>2026-04-06T07:03:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=Reference/Goto&amp;diff=21357&amp;oldid=prev</id>
		<title>Jan: Created page with &quot;=Goto=   label_to_jump_to | +offset| -offset| user_var(target)  If label is specified, goto the label &#039;label_to_jump_to:&#039;.  If +offset or -offset is specified, jump is relative b...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=Reference/Goto&amp;diff=21357&amp;oldid=prev"/>
		<updated>2011-11-27T18:54:05Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=Goto=   label_to_jump_to | +offset| -offset| user_var(target)  If label is specified, goto the label &amp;#039;label_to_jump_to:&amp;#039;.  If +offset or -offset is specified, jump is relative b...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Goto=&lt;br /&gt;
&lt;br /&gt;
 label_to_jump_to | +offset| -offset| user_var(target)&lt;br /&gt;
&lt;br /&gt;
If label is specified, goto the label &amp;#039;label_to_jump_to:&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
If +offset or -offset is specified, jump is relative by offset instructions. Goto +1 goes to the next instruction, Goto -1 goes to the previous instruction, etc.&lt;br /&gt;
&lt;br /&gt;
If a user variable is specified, jumps to absolute address (generally you will want to get this value from a function like [[Reference/GetLabelAddress|GetLabelAddress]]). Compiler flag commands and [[Reference/SectionIn|SectionIn]] aren&amp;#039;t instructions so jumping over them has no effect.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;Goto label&lt;br /&gt;
Goto +2&lt;br /&gt;
Goto -2&lt;br /&gt;
Goto $0&amp;lt;/highlight-nsis&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jan</name></author>
	</entry>
</feed>