IAI America ASEL User Manual

Page 100

Advertising
background image

Part 2 Programs

Chapter 1 SEL

Language Data

78

Part 2 Programs

1.7

Subroutines

By taking out the parts of a program that are used repeatedly and registering them as “subroutines,” the

same processing can be performed with fewer steps. (A maximum of 15 nests are accommodated.)

They are used only in each program.

Command

Operand 1

EXSR

Subroutine number (Integer between 1 and 99; variable is also supported)

Subroutine execution command

Command

Operand 1

BGSR

Subroutine number (Integer between 1 and 99)

Subroutine start declaration

Command

Operand 1

EDSR



Subroutine end declaration

Subroutines are called.

Subroutines

EXSR 1

EXSR 1

EXSR 1

BGSR 1

EDSR

Advertising