?login_element?

Subversion Repositories NedoOS

Rev

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

  1. ;nolist
  2.  
  3.     org #1000
  4.     OUTPUT "SymbOS-notepad.bin" ; notepad.exe (renamed to trigger test-runner functionality)
  5.  
  6.     INCLUDE "SymbOS-Constants.i.asm"
  7.  
  8.     relocate_start
  9.  
  10.     INCLUDE "App-Notepad-head.i.asm"
  11.     INCLUDE "App-Notepad-lib.i.asm"
  12.     INCLUDE "App-Notepad.i.asm"
  13.  
  14.     relocate_table
  15.     relocate_end
  16.