I'm very new to assembly and emu8086 and can't seem to figure out why this line gives out an error:
mov [ax], dl
while this line works:
mov [di], ch
The error is: "MOV [ax], dl, probably it's an undefined var: [ax]"
Thanks
I'm very new to assembly and emu8086 and can't seem to figure out why this line gives out an error:
mov [ax], dl
while this line works:
mov [di], ch
The error is: "MOV [ax], dl, probably it's an undefined var: [ax]"
Thanks