Hi,

There are parameter types:

int (sword, eword, sb4, ub4)
short int (sb2, ub2)
char (ub1, sb1)
addresses of program variables (pointers)
memory pointers (dvoid)

Another thing:
paramters enclosed in brackets ([]) are optional.

Regards, Martin