?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 "i36_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 one should produce only single digit line numbers in listing.
  13. There are two more tests: `i36_I.asm` and `i36_II.asm` exercising two and three digits
  14. line counters.