AMX System Configuration
K
A
DAK
175
Memory Assignment Procedure Name
If you use the AMX Memory Manager, you must provide a Memory Assignment
Procedure to assign memory sections to its memory pool for allocation to tasks (see
Chapter 10.6). This parameter specifies the name of that procedure. If you are not using
the AMX Memory Manager, leave this field empty (blank).
User Error Procedure Name
This parameter specifies the name of the User Error Procedure which AMX will call
whenever any AMX service procedure posts an error indication (see Chapter 13.2). If
you have no such procedure, leave this field empty (blank).
Fatal Exit Procedure Name
This parameter specifies the name of the Fatal Exit Procedure which is called by AMX
whenever a fatal error condition is detected (see Chapter 13.1). If you have no such
procedure, leave this field empty (blank).
Note
When entering C procedure and variable names, be sure to
add a leading underscore character ( _ ) to the name if
required for reference from assembly language to symbols
generated by your C compiler.