1 .text 2BYTE: .byte 10,-1,"abc",'a' 3HWORD: .hword 10,-1,"abc",'a' 4INT: .int 10,IEEE,-1,"abc",'a' 5LONG: .long 0FFFFABCDH,'A'+100h 6WORD: .word 3200,1+'A',-'A',0F410h,'A' 7STRING: .string "ABCD", 51h, 52h, 53h, 54h, "Houston", 36+12 8ASCII: .ascii "This is a very long text","This is another" 9ASCIZ: .asciz "This is a very long text","This is another" 10BLOCK: .block 4 11SPACE: .space 4 12ALIGN: ldi r0,r0 13 .align 14 ldi r0,r0 15