Analysis of information sources in references of the Wikipedia article "Zilog Z80" in Italian language version.
JP
) instructions, which load the program counter with a new instruction address, do not themselves access memory. Absolute and relative forms of the jump reflect this by omitting the round brackets from their operands. Register based jump instructions such as "JP (HL)
" include round brackets in an apparent deviation from this convention.»
JP
), che caricano nel contatore del programma l'indirizzo dove andare ad eseguire nuove istruzioni, non accedono direttamente alla memoria. Le forme assolute e relative del salto riflettono questo omettendo le parentesi tonde nei loro operandi. Le istruzioni di salto basate sui registri, come ad esempio ""JP (HL)
", apparentemente non rispettano questa convenzione ed includono le parentesi tonde»
IN r,(C)
, OUT (C),r
and all the I/O block instructions put the whole of BC on the address bus. IN A,(n)
and OUT (n),A
put A*256+n
on the address bus.»
IN r,(C)
, OUT (C),r
e tutte le istruzioni sui blocchi I/O inseriscono l'intero contenuto del registro BC nel bus indirizzi. IN A,(n)
e OUT (n),A
inseriscono A*256+n
nel bus indirizzi.»
LD R, A
instruction.»
LD R, A
.»