<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Syntax</title><link>https://sourceforge.net/p/easypowolix64/wiki/Syntax/</link><description>Recent changes to Syntax</description><atom:link href="https://sourceforge.net/p/easypowolix64/wiki/Syntax/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 19 Dec 2015 08:38:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/easypowolix64/wiki/Syntax/feed" rel="self" type="application/rss+xml"/><item><title>Syntax modified by Fabian F.</title><link>https://sourceforge.net/p/easypowolix64/wiki/Syntax/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -11,3 +11,14 @@
 See it here:

 ![](https://photos-4.dropbox.com/t/2/AABIEadlbh_juHbuNiiujW3SauR6tjeibMiAysj2Tx_5yQ/12/261686101/png/32x32/3/1450530000/0/2/codeexample.png/EIDa-_MBGJ2dCiACKAI/_YE2m9epJi_DLTnxOev_4NKoFPc5r3aW_VG-SkUTlG8?size_mode=3&amp;amp;size=1024x768)
+
+-----
+
+# **Commands:**
+**Normal commands:**
+
+![](https://photos-2.dropbox.com/t/2/AADD2fX3UWzNcmD4KVz4JLTCgfVTUnL8_aYcYdvh39r4ig/12/261686101/png/32x32/3/1450530000/0/2/commandstable.png/EIDa-_MBGKGdCiACKAI/TlS0lPog7zzrDRs-WDSreC15F5IoJbdCAHUtagCyiyc?size_mode=3&amp;amp;size=1600x1200)
+
+**Compare commands:**
+
+![](https://photos-2.dropbox.com/t/2/AABN_1tny1Kta6czUklj5Z9GlmhPmq9jQWgXbr94y9l5FQ/12/261686101/png/32x32/3/1450530000/0/2/comparecommandtable.png/EIDa-_MBGKGdCiACKAI/N5TZ2Scy5CDgOLASMEHQ2pXH0Q-fKpBJ64ODAo3VRTw?size_mode=5&amp;amp;size=32x32)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian F.</dc:creator><pubDate>Sat, 19 Dec 2015 08:38:16 -0000</pubDate><guid>https://sourceforge.net6a19c4c6843eea249d94f7ebd330ecf1749eb7a0</guid></item><item><title>Syntax modified by Fabian F.</title><link>https://sourceforge.net/p/easypowolix64/wiki/Syntax/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -10,8 +10,4 @@
 A decimal number can called with a double cross ‘#’ which is followed by the discrete decimal value!
 See it here:

-:START:
-MOV R0 #0
-MOV R1 #0
-MOV R2 #10
-CMP R2 #0
+![](https://photos-4.dropbox.com/t/2/AABIEadlbh_juHbuNiiujW3SauR6tjeibMiAysj2Tx_5yQ/12/261686101/png/32x32/3/1450530000/0/2/codeexample.png/EIDa-_MBGJ2dCiACKAI/_YE2m9epJi_DLTnxOev_4NKoFPc5r3aW_VG-SkUTlG8?size_mode=3&amp;amp;size=1024x768)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian F.</dc:creator><pubDate>Sat, 19 Dec 2015 08:34:06 -0000</pubDate><guid>https://sourceforge.net69690d4ff7fb2b6313642e251cb128bc72f901f8</guid></item><item><title>Syntax modified by Fabian F.</title><link>https://sourceforge.net/p/easypowolix64/wiki/Syntax/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,12 +1,15 @@
 # **Strong case:**
 EPX64 is a strong case language (as all the other assembler languages), which means that you have to write in a prefer style. If not, the program will not be runnable for the interpreter.
 A jump-mark have to be in two double digits ‘:’ as:
-:START:
+
+![](https://photos-2.dropbox.com/t/2/AACCST2ANvxhKrrNW1KpL68J3CzKw7__4_jb4_imHt8ZJA/12/261686101/png/32x32/3/1450530000/0/2/jumpmarkexample.png/EIDa-_MBGJ2dCiACKAI/_-bTai6u_XGPvUJ1tQIGjvmQP_giukoUxId9sGC_e-g?size_mode=5&amp;amp;size=32x32)
+
 A command have to stand after an tabulator ‘\t’ and in every line is just one command, otherwise the interpreter could not run the file.
 Every parameter of a command is divided by a ‘ ’ (a space) separator.
 A register is callable by an ‘R’ which is followed by the index of the register. EPX64 just have ten data registers and not any address registers! (Index from 0 to 9)
 A decimal number can called with a double cross ‘#’ which is followed by the discrete decimal value!
 See it here:
+
 :START:
 MOV R0 #0
 MOV R1 #0
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian F.</dc:creator><pubDate>Sat, 19 Dec 2015 08:33:18 -0000</pubDate><guid>https://sourceforge.netd549d53c303a73963c5c8291955155dd590d011d</guid></item><item><title>Syntax modified by Fabian F.</title><link>https://sourceforge.net/p/easypowolix64/wiki/Syntax/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="strong-case"&gt;&lt;strong&gt;Strong case:&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;EPX64 is a strong case language (as all the other assembler languages), which means that you have to write in a prefer style. If not, the program will not be runnable for the interpreter.&lt;br/&gt;
A jump-mark have to be in two double digits ‘:’ as:&lt;br/&gt;
:START:&lt;br/&gt;
A command have to stand after an tabulator ‘\t’ and in every line is just one command, otherwise the interpreter could not run the file.&lt;br/&gt;
Every parameter of a command is divided by a ‘ ’ (a space) separator.&lt;br/&gt;
A register is callable by an ‘R’ which is followed by the index of the register. EPX64 just have ten data registers and not any address registers! (Index from 0 to 9)&lt;br/&gt;
A decimal number can called with a double cross ‘#’ which is followed by the discrete decimal value!&lt;br/&gt;
See it here:&lt;br/&gt;
:START:&lt;br/&gt;
MOV R0 #0&lt;br/&gt;
MOV R1 #0&lt;br/&gt;
MOV R2 #10&lt;br/&gt;
CMP R2 #0&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian F.</dc:creator><pubDate>Sat, 19 Dec 2015 08:30:25 -0000</pubDate><guid>https://sourceforge.netc3d9fda01641094497c3c97d6fba632249734719</guid></item></channel></rss>