bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic4x / data.s
1 .text
2 BYTE: .byte 10,-1,"abc",'a'
3 HWORD: .hword 10,-1,"abc",'a'
4 INT: .int 10,IEEE,-1,"abc",'a'
5 LONG: .long 0FFFFABCDH,'A'+100h
6 WORD: .word 3200,1+'A',-'A',0F410h,'A'
7 STRING: .string "ABCD", 51h, 52h, 53h, 54h, "Houston", 36+12
8 ASCII: .ascii "This is a very long text","This is another"
9 ASCIZ: .asciz "This is a very long text","This is another"
10 BLOCK: .block 4
11 SPACE: .space 4
12 ALIGN: ldi r0,r0
13 .align
14 ldi r0,r0
This page took 0.029413 seconds and 4 git commands to generate.