Promicon Systems


 

PASM  Symbolic Assembler

 
SYSTEM-90E
Modules
Functionalities
Programming
Structured Programming
PIDS-90 Software Package
PWIN User Interface
PASM Symbolic Assembler
Download
Support
Contact
About us
Sitemap
 
 
 Deutsch
 
 
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