Skip to content

Commit 1f1bb80

Browse files
Mark up dwarf_loadfile a bit
1 parent 64be2f2 commit 1f1bb80

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

tests/data/dwarf_loadfile.red

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
;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
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 $2 ; reference had $1 but I think it should be $2
99
DAT.F #0, #0
1010
ADD.AB #4, $-1
1111
MOV.AB #0, @-2
12-
JMP.A $-2, #0
12+
JMP.A $-2, #0
13+
END ; Should this still be included?

0 commit comments

Comments
 (0)