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
/
mri
/
macro.out
blob
86eeb944a2ef2fd45c5dbe6d30c87032cc8e54a3
1
;get macro arg1,arg2,arg3
2
; dc.l arg1
3
; arg2
4
;arg3 dc.l \4
5
; move.\0 d0,d1
6
; endm
7
;
8
9
; get.b 1,<dc.l 2>,label,four
10
; dc.l 1
11
dc.l 1
12
; dc.l 2
13
dc.l 2
14
;label dc.l four
15
label: dc.l four
16
; move.b d0,d1
17
move.b d0,d1
18
;