-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrigé bogue dans commande **SERVO.EN** la routine utilise **Y** mai…
…s ne préservait pas la valeur. V3.2R2
- Loading branch information
Showing
7 changed files
with
151 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
new | ||
NEW | ||
5 ' performance test | ||
10 LET T = TICKS | ||
12 FOR I = 1 TO 10000 | ||
14 NEXT I | ||
16 ? TICKS - T ; " msec" | ||
16 ? TICKS - T ; " msec" | ||
20 LET I = 1 , T = TICKS | ||
22 DO LET I = I + 1 | ||
24 UNTIL I > 10000 | ||
26 ? TICKS - T;" msec" | ||
26 ? TICKS - T ; " msec" | ||
30 LET I = 1 , T = TICKS | ||
32 LET I = I + 1 | ||
34 IF I <= 10000 GOTO 32 | ||
36 ? TICKS - T ; " msec" | ||
|
||
36 ? TICKS - T ; " msec" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters