 DCD 0			;start
 DCD Entry_init		;initialisation
 DCD Entry_kill		;finalisation
 DCD Entry_service	;service call handler
 DCD ADFFS_Title	;title
 DCD ADFFS_Help		;help
 DCD ADFFS_Commands	;command table
 DCD ADFFS_SWI_Base	;SWI_Base (as assigned by ROOL)
 DCD ADFFS_SWI		;SWI Entry
 DCD ADFFS_SWI_Names	;SWI Names
 DCD 0			;SWI name decoding code
 DCD 0			;?
 DCD _Module_Flags	;module flags

 DCD -1
._Module_Flags
 DCD 1			;32-bit compatible
