First day in programming asm. I can\'t load data in memory.
jmp start ;data ;code start: nop lxi h, 00000000 mvi e, 0111 mov h, e hlt
i\'v