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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [tic54x/] [field.s] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
*
2
* test .field directive
3
*
4
        .global X
5
        .global f1,f2,f3,f4,f5,f6,f7,f8
6
f1:     .field  0ABCh, 14       ; f1=0x0
7
f2:     .field  0Ah, 5          ; should align to next word, f2=0x1
8
f3:     .field  0Ch, 4          ; should be packed in previous word, f3=0x1
9
f4:     .field  f3              ; align at word 0x2
10
f5:     .field  04321h, 32      ;
11
f6:     .field  01111b          ; default to 16-bit field
12
f7:     .field  3,3
13
f8:     .field  69,15           ; align at next word
14
        .end

powered by: WebSVN 2.1.0

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