?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ; define substitutions for directives which have different name in WinAPE
  2.     DEFINE write OUTPUT
  3.     DEFINE READ INCLUDE
  4.     DEFINE nolist OPT listoff
  5.  
  6. ; reconfigure the sjasmplus to a bit stricter syntax with extra warnings
  7. ; and enable directives at the beginning of the line (--dirbol)
  8.     OPT --syntax=abfw --dirbol
  9.  
  10. ; include original "head" file which will produce the com file
  11.     INCLUDE "src/Cmd-NsLookUp-head.asm"
  12.