Find the initial values in hex that the assembler will generate for each directive below. byte1 BYTE 10110111b (1) H byte3 BYTE 0B7h (2) H byte7 BYTE ‘D' (3) H byte8 BYTE ‘d' (4) H byte11 BYTE 61+1 (5) H byte12 BYTE ‘c'-1 (6) H dword6 DWORD -2 (7) H word2 WORD 2274q (8) H