bugZ80 assembler - Bugs: bug #6659, rlc r,(ix+nn) and friends don't...

 
 

bug #6659: rlc r,(ix+nn) and friends don't work

Submitter:  Bas Wijnen <shevek>
Submitted:  Wed 19 Nov 2003 11:48:37 AM UTC
   
 
Category:  None Severity:  2 - Minor
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 29 Sep 2004 12:13:17 PM UTC, comment #2: 

Hmm, very strange indeed.  Well, I guess this should be supported then :-)

Bas Wijnen <shevek>
Group administrator
Tue 28 Sep 2004 08:29:49 PM UTC, comment #1: 

No, RLC IXH doesn't exist.  The DDCB and FDCB prefixes have an even more strange interpretation, apparently caused by the fact that the index comes before the final opcode byte, so:

DD CB nn 00+r actually is a bizarre opcode usually called RLC r,(IX+nn).  See:

http://www.geocities.com/SiliconValley/Peaks/3938/z80undoc.htm

... for the details.

H. Peter Anvin <hpanvin>
Wed 19 Nov 2003 11:48:37 AM UTC, original submission:  

commands like rlc ixh are not supported.  They should be.

Bas Wijnen <shevek>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-09-29 shevek Severity3 - Normal 2 - Minor
    Summaryshift and rotate with i[xy][hl] don't work rlc r,(ix+nn) and friends don't work

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code