Skip to content

Z80 DDFD3

Manuel Sainz de Baranda y Goñi edited this page Dec 29, 2022 · 10 revisions

Platform: ZX Spectrum
Author: Helcmanovsky, Peter
Release date: 2022-06-10
License: MIT
Links: Discord post
Download: zip (hosted) - zip (Discord post)

Description

Checks if machine code DD DD E5 does execute as push ix. Some emulators may incorrectly eat two DD prefixes as special kind of nop, forgetting the prefix completely and execute E5 on its own after that.

Green border means the expected push ix was executed, red border means the CPU lost DD prefix state and executed push hl (E5 machine code).

Expected results

img

Clone this wiki locally