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
/
pl2.asm
blob
2971137185b46c354ddd51ee74d77779a1894f6d
1
2
3
.ALTERNATE
4
5
!
ok
6
!!
also ok
7
8
foo
MACRO
9
!
you can see me
10
!!
but
not
me
11
!
you can see me
12
!!
but
not
me
13
but
this
"SHOULD !!BE OK"
14
ENDM
15
16
foo
17
18
19
define
MACRO
val1
,
val2
20
DB
val1
!
this
comment will show up
21
DB
val2
!!
this
on won
't
22
ENDM
23
24
define 0,1
25
26
27
END
28