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 64be2f2 commit 1f1bb80Copy full SHA for 1f1bb80
tests/data/dwarf_loadfile.red
@@ -1,12 +1,13 @@
1
;redcode
2
-;name Dwarf
3
-;author A. K. Dewdney
4
-;version 94.1
5
-;date April 29, 1993
6
-;strategy Bombs every fourth instruction.
7
-;assert CORESIZE % 4 == 0
8
-ORG $1
+;name Dwarf
+;author A. K. Dewdney
+;version 94.1
+;date April 29, 1993
+;strategy Bombs every fourth instruction.
+;assert CORESIZE % 4 == 0
+ORG $2 ; reference had $1 but I think it should be $2
9
DAT.F #0, #0
10
ADD.AB #4, $-1
11
MOV.AB #0, @-2
12
-JMP.A $-2, #0
+JMP.A $-2, #0
13
+END ; Should this still be included?
0 commit comments