We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf029ce commit 4c28966Copy full SHA for 4c28966
Assembly.java
@@ -183,3 +183,22 @@ public static void main(String args[]) {
183
}
184
185
186
+
187
+/** Sample input
188
+* SET a 1
189
+* SET b 2
190
+* SET goal 5
191
+* SET flag 0
192
+* IF flag 0
193
+* ADD a b c
194
+* IF a goal
195
+* ADD a a a
196
+* SET flag 1
197
+* END
198
+* ECHO a
199
+* SET a b
200
+* SET b c
201
+* CONTINUE
202
203
+* ###
204
+*/
0 commit comments