asm, s - Assembler File
.s - Platform specific assembler file.
.asm - Platform specific assembler file.
The standard assembler file extensions .s and .asm are by default not bound to any hook functions as they are platform specific. The user should define a default binding for the assembler file types as appropriate to the current platform and assembler development. i.e. for the Windows environment the x86(9) file type would be conditionally bound to the file e.g.
!if &seq $platform "win32" add-file-hook ".s .asm" fhook-asmx86 !endif
(c) Copyright JASSPA 1999
Last Modified: 1999/05/24
Generated On: 1999/12/01