tomaz / zx-next-dev-guide

Guide for ZX Spectrum Next assembler developer. Available as free to download PDF from releases page, or printed coil bound book at https://bit.ly/zx-next-assembler-dev-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect description for Interrupt Mode 1

zapolnov opened this issue · comments

Description of Interrupt Mode 1 in Chapter 2 ("Zilog Z80"), section "2.4.2 Maskable Interrupts (INT)" is identical to the description of Interrupt Mode 0. It seems to be copy-paste.

AFAIK in case of Interrupt Mode 1 CPU always jumps to address $0038 ignoring whatever is on the bus.