Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1.  
  2. .section .text
  3.  
  4. .global __start
  5. .global ___main
  6.  
  7. .align 4
  8. __start:
  9.            jmp  _main
  10.  
  11. .align 4
  12. ___main:
  13.            ret
  14.  
  15.  
  16.