repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2001-02-17 Philip Blundell <philb@gnu.org>
[binutils.git]
/
gas
/
testsuite
/
gasp
/
crash1.asm
blob
d2b6b3082e614b9c972051415193128315bda68e
1
2
3
.
MACRO
foo a b c
=
a
4
\a \b
\c \d
5
.
ENDM
6
7
foo
1 2
8
foo
1 2 3 4
9
foo
1
10
foo
11
12
13
.
END