Skip to content

Z80 INT Skip

Manuel Sainz de Baranda y Goñi edited this page May 21, 2023 · 23 revisions

Platform: ZX Spectrum
Author: Helcmanovsky, Peter
License: MIT
Links: GitHub

Version Release date Links Download
v4.1 2023-05-21 GitHub commit, Discord post tar.xz (hosted) - zip (GitHub)
v4.0 2023-05-21 GitHub commit, Discord post tar.xz (hosted) - zip (GitHub)
v3.0 2022-11-18 GitHub commit tar.xz (hosted) - zip (GitHub)
vX.27K 2022-05-17 Discord post 1, Discord post 2 sna, tap (hosted) - sna, tap (Discord post)
v3.0 2022-05-16 GitHub commit, Discord post tar.xz (hosted) - zip (GitHub)
v2.1 2022-02-19 GitHub commit, Discord post tar.xz (hosted) - zip (GitHub)
v2.0 2022-02-19 GitHub commit, Discord post tar.xz (hosted) - zip (GitHub)
v1.0 2022-02-17 GitHub commit tar.xz (hosted) - zip (GitHub)
v1.0-beta 2022-02-17 Discord post tap, asm (hosted) - tap, asm (Discord post)

Description

Checks if the specific instructions/prefixes inhibit Z80 from accepting interrupt request.

It's running long blocks of the particular instruction or prefix bytes for roughly one second, then displays the amount of interrupt handler entries executed during the blocks (should be roughly 50 for non-inhibiting instruction like nop, and near zero for inhibiting instructions).

Expected results

v4.1 v4.0
Zilog NMOS
vX.27K v3.0
v2.1 v2.0

Results on real hardware

v2.0: USSR T34VM1

Tested by azesmbog

img

v2.1: USSR T34VM1

Tested by azesmbog

img

Clone this wiki locally