NASM-mode for XEmacs
====================

To use this mode, just load a file with an appendix of .asm, and XEmacs
will automatically turn on NASM-mode. If you want to turn it on manually on
a file, just do a 'M-x nasm-mode'.

This mode is not of much use without font-lock-mode (i.e. syntax-highlighting).
Turn it on by 'M-x font-lock-mode', or (preferrably) by adding 
'(global-font-lock-mode)' to your ~/.emacs.

