Skip to content

Commit 2ba4914

Browse files
author
lawrie
committed
Corrected stepper program
1 parent 023e6d9 commit 2ba4914

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asm/stepper.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mov osr isr
33
set x 6
44
loop:
5-
out pins 4 [2]
5+
out pins 4 [1]
66
jmp x-- loop
77
out pins 4
88

sim/stepper.mem

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
a0e6
22
e026
3-
6204
3+
6104
44
0042
55
6004

0 commit comments

Comments
 (0)