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
/
pl6.asm
blob
162d617588c5421e4e0bc58b4fed06ae134bb141
1
.ALTERNATE
2
!
test
of expression operator
3
define
MACRO
val
,
string
4
SDATA val
5
SDATA string
6
ENDM
7
define
"1"
,
"99%of100"
!
notice
%
within string
8
define
%
1
+
2
,
"=3"
9
10
11
define
%
1
+
2
%
3
+
4
12
13
define
%
3
*
4
-
2
<=
10
>
14
15
define
%
3
*
4
-
2 5
16
17
define
%
1
+
2
,<
is equal to
%
1
+
2
,
right
?>
18
19
!
has no effect
20
21
end