File: subprog

package info (click to toggle)
camv-rnd 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,824 kB
  • sloc: ansic: 35,928; sh: 686; makefile: 476; yacc: 110; awk: 3
file content (34 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
plain M99 in main program is a restart

M99 P100 is a GOTO N100



Internal subs:
~~~~~~~~~~~~~~

M97 P1000 (call N1000)

...

M30 (main program end)

N1000 ...
M99 (ret)


If M97 has L.., that sets how many times it should be repeated (loop)


External subs:
~~~~~~~~~~~~~~
M98 Pnnnn

separate file Onnn.txt

Variables:
~~~~~~~~~~

local (1..33) G65 A...Z
global
system