?login_element?

Subversion Repositories NedoOS

Rev

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

  1.     IFNDEF included
  2.         DEFINE included
  3.         ; these will be now converted to "/" on any platform
  4.         ; as windows `fopen` implementation should accept also "/"
  5.         OUTPUT ".\include_paths_in_linux.bin"
  6.         INCLUDE ".\include_paths_in_linux.asm"
  7.         INCBIN ".\include_paths_in_linux.asm", 4, 1
  8.  
  9.         ; the correct "/" paths should of course work any way
  10.         INCLUDE "./include_paths_in_linux.asm"
  11.         INCBIN "./include_paths_in_linux.asm", 4, 1
  12.  
  13.         ASSERT 4 == $
  14.     ENDIF
  15.  
  16.     inc sp
  17.     ASSERT 1 == $ || 3 == $ || 5 == $
  18.