File: sub.s

package info (click to toggle)
binutils-h8300-hms 2.16.1-10
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 98,956 kB
  • sloc: ansic: 702,356; asm: 261,813; exp: 45,962; makefile: 39,435; sh: 16,735; lisp: 8,454; yacc: 5,941; lex: 1,541; perl: 1,382; cpp: 1,339; sed: 285; pascal: 175; awk: 26
file content (11 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (47)
1
2
3
4
5
6
7
8
9
10
11
	.text
	.global foo
foo:
	movw $bar-foo,%si

	# Force a good alignment.
	.p2align        4,0

	.data
bar:
	.long	0