Add a note to the GDB/NEWS file mentioning that the ARM simulator now
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic54x / field.s
CommitLineData
39bec121
TW
1*
2* test .field directive
3*
4 .global X
5 .global f1,f2,f3,f4,f5,f6,f7,f8
6f1: .field 0ABCh, 14 ; f1=0x0
7f2: .field 0Ah, 5 ; should align to next word, f2=0x1
8f3: .field 0Ch, 4 ; should be packed in previous word, f3=0x1
9f4: .field f3 ; align at word 0x2
10f5: .field 04321h, 32 ;
11f6: .field 01111b ; default to 16-bit field
12f7: .field 3,3
13f8: .field 69,15 ; align at next word
14 .end
This page took 0.572911 seconds and 4 git commands to generate.