File: exit.S

package info (click to toggle)
avr-libc 20020203-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,448 kB
  • ctags: 6,562
  • sloc: ansic: 7,631; asm: 4,424; sh: 2,703; makefile: 338; pascal: 289
file content (7 lines) | stat: -rw-r--r-- 72 bytes parent folder | download
1
2
3
4
5
6
7
#include "macros.inc"

	.section .text
	.global exit
exit:
	XJMP	_exit