OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [macros/] [dot.s] - Blame information for rev 205

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
 .altmacro
2
 
3
 .macro x.y.z val
4
  .align 4
5
  .byte val, val
6
 .endm
7
 
8
 .macro .xyz val
9
  .align 8
10
  .byte val, val
11
 .endm
12
 
13
 .macro .macro
14
 .endm
15
 
16
label1:label2 : label3 :label4: m: .macro arg.1, arg.2
17
 .data
18
labelA:labelB : labelC :labelD: x.y.z arg.1+arg.2
19
 .skip arg.2
20
labelZ:labelY : labelX :labelW: .xyz arg.1-arg.2
21
 .skip arg.1*arg.2
22
label9:label8 : label7 :label6: .endm
23
 
24
m 4, 2
25
 
26
 .purgem .xyz, x.y.z
27
 .xyz 0
28
x.y.z 0

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.