← Back to team overview

gnusim8085-devel team mailing list archive

[Bug 579349] Re: [bug] mov M, r unsupported (register to memory transfer)

 

Not a bug. This should have not been imported from sourceforge.net.

** Changed in: gnusim8085
       Status: New => Invalid

-- 
[bug] mov M,r unsupported (register to memory transfer)
https://bugs.launchpad.net/bugs/579349
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.

Status in gnusim8085: Invalid

Bug description:
mov M,r is apparently unsupported, even though the intel manual says, we are supposed to be able to run this, example code is:

;----
mem: equ 100

mvi a,0FFh
mov mem,a ; fails - but should copy register value to memory cell, so that 100 contains 0xFF