LXI H ; "Load HL with 4000H"
MVI M ; "Store 32H in memory location pointed by HL register pair (4000H)"
HLT ; "Terminate program execution"
Its an 8085 microprocessor code, intended to store 8 data in memory.
However when I run the code, I come across a Error.
Error : line 1 : Opcode needs an User Argument. (this is the assembler message).
Can someone show me the mistake I am making and help me through.
I am using GNUSim8085.