Skip to content

Commit 8607378

Browse files
committed
Added DITTO test
1 parent 702327d commit 8607378

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Test/Expect/bin_ditto.obj

1.02 KB
Binary file not shown.

Test/bin_ditto.spin2

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{Spin2_v50}
2+
CON pin_base = 40
3+
4+
DAT
5+
orgh $400
6+
x0
7+
long 0
8+
ditto 3
9+
long $$ + @@@arr
10+
ditto end
11+
12+
arr ditto 2
13+
long $$ + $AB0000
14+
ditto end

0 commit comments

Comments
 (0)