! !Purpose: !This program tests if the assembler can handle !all types of directives in pass 2. !Description: !All types of directives are used in the .data section. .section ".data" .ascii "hello\t", "cs217\n" .asciz "assignment5\n" .skip 1 .byte 1, 2, 3 .align 2 .half 4, 5 .align 4 .word 6