Assume the assembler uses address 0x00001000 (hex address) as the starting address for the following data segment: .data Byte: . byte 1 Double: . double 8 Half: . half 2 Word: . word 4 What are the actual addresses (starting memory address and ending memory address) associated with the variables Byte, Double, Half, and Word?