Creating and maintaining programs for SYSTEM-90E
is made easy using the PASM assembler.
Specially featured is the use of symbols. These symbols make programs more convenient
to use and facilitate their reusability.
|
| |
| Features |
 |
Definition of variables, constants and branch labels by means of symbols |
 |
Local and global validity of symbols |
 |
Symbol inheritance |
 |
Processing of arithmetic expressions |
 |
Several source files can be combined into one program |
|
|
|
Programs translated by PASM can subsequently be loaded into SYSTEM-90E's memory via the
PLOAD transfer program and tested using the PWIN user interface.
|
| |
| |
| An Example of Programming |
 |
| |
| |