?login_element?

Subversion Repositories NedoOS

Rev

Rev 126 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. INC_DEPTH=0
  2.  
  3.     INCLUDE "i36b_II.i.asm"
  4.  
  5.     db  "0123456789ABCDEF", 0xFF
  6.  
  7.     END
  8.  
  9.  
  10. Test to check listing file format, focused on line numbering and include-nesting counter.
  11.  
  12. This is similar to "i36" tests, but the include file is using many more colons to pack
  13. multiple instructions/expressions on single line, to make sure the listing file does not
  14. miss some expression in such case.