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 b8e8c92 commit d727e55Copy full SHA for d727e55
examples/pico-examples/hello.py
@@ -14,6 +14,10 @@
14
loop:
15
pull
16
out pins, 1
17
+; This program uses a 'jmp' at the end to follow the example. However,
18
+; in a many cases (including this one!) there is no jmp needed at the end
19
+; and the default "wrap" behavior will automatically return to the "pull"
20
+; instruction at the beginning.
21
jmp loop
22
"""
23
0 commit comments