?login_element?

Subversion Repositories NedoOS

Rev

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

  1. // has single include dir_end/dir_end2.i.asm (which ENDs)
  2.         ld      hl,End.end
  3. INCLUDE "dir_end2.i.asm"    ; INCLUDE works relatively to current dir!
  4.         This has been ended in the include file
  5.         ld      af,5    ; AF is invalid here anyway, but cool AF.
  6.     END ; to be sure it's over even if include END malfunctions
  7.