Scratchpad

If you are new to Scratchpad, and want full access as a Scratchpad editor, create an account!
If you already have an account, log in and have fun!!

READ MORE

Scratchpad
m (Remove category)
(Remove SinclairFAQ template argument)
Tag: sourceedit
 
Line 1: Line 1:
{{SinclairFAQ|Z80|Z80}}
+
{{SinclairFAQ|Z80}}
 
For technical information on the [[wikipedia:Zilog Z80|Z80]], three very good resources are:
 
For technical information on the [[wikipedia:Zilog Z80|Z80]], three very good resources are:
   

Latest revision as of 23:35, 22 May 2015

This article has been moved or is in the process of being moved to the Sinclair FAQ Wiki, under the "Z80" article. You may find more complete information there.

For technical information on the Z80, three very good resources are:

A basic Flags test program for emulators is available here. Note that the program makes heavy use of ROM data during the tests and so should only be used with an unpatched copy of the original 48K ROM to obtain correct results.

Patrik Rak has written a Z80 instruction tester , as announced here.

OUT (C),0 / OUT (C),255 Instruction

In 1996, Simon Cooke noted in a Usenet posting that the undocumented instruction usually referred to as 'OUT (C),0' behaves instead as 'OUT (C),255' on CMOS Z80s.

Later, in 2004, Colin Piggot rediscovered this with his own SAM Coupé, when running a demo for SCPDU 6, coincidentally written by Simon Cooke. With the CMOS Z80, a white background colour was set over part of the screen in the demo. This was described in SAM Revival Issue 9 (March/April 2004).

In 2008, this was once again rediscovered by the MSX community.

Bits 3 and 5 of the F Register

Woody confirmed that bits 3 and 5 of the flags are copied on all BIT instructions on both a Zilog Z80 and an NEC clone (stated on the link above as being "unverified").

Stuart Brady discovered that how bits 3 and 5 of the flags are set after the SCF and CCF instructions actually depends on the variant of Z80 in use. On a Zilog Z80, bits 3 and 5 of the flags were set by ORing their previous values with that of A. On an NEC clone, bit 3 was unaffected, while bit 5 appears to be set by ANDing the previous value with something unknown. Previously, Ian Greenway tested this and found that bits 3 and 5 seemed simply to be copied from A, although it is not known which CPU these tests were run on. For more details, see here, here and a more recent investigation here.

Patrik Rak however later discovered that the way how the flags 5 and 3 are affected after SCF/CCF actually depends on the previous instruction completed. In case of genuine Zilog CPU, if an instruction modifies the flags, the immediately following SCF/CCF does move of bits 5 and 3 from A to F, whereas if an instruction doesn't modify the flags (and after interrupt), the SCF/CCF does OR of bits 5 and 3 from A to F. In case of NEC and other clones, it is similar, except that instead of OR it does AND with some unknown value, making the result unreliable.

Replacement Z80s

If you're looking for a replacement Z80 for a duff one currently in a Spectrum, these aren't hard to source as the Z80 is still manufactured by Zilog. In the UK, one source are Farnell, where you want their part number 1081890.