intel-8080 Questions
2
Solved
I want to compare two 16-bit numbers and branch on the result: the equivalent of if (a<b) goto negative. I'm using an Intel 8080.
The Z80 has a signed arithmetic overflow flag which can be used...
Saraisaraiya asked 11/2, 2019 at 21:56
1
Solved
Since the Gameboy's processor, the LR35902, is a hybrid of the Z80 and the Intel 8080, keeping in mind that the Z80 and the Intel 8080 were designed to be mostly cross-compatible anyways, could any...
Storer asked 24/8, 2018 at 17:8
1
In the flag register of Z80, 8080, 8085, and 8086 processors, what is the purpose of bits 1, 3, 5, which are documented as "reserved" or "undefined"?
Aeciospore asked 30/6, 2017 at 7:34
5
Solved
How do interrupts work on the Intel 8080? I have searched Google and in Intel's official documentation (197X), and I've found only a little description about this. I need a detailed explanation abo...
Matildematin asked 29/1, 2010 at 23:19
4
Solved
Something that has always confused me is how 8-bit computers access more than 256 bytes of RAM. I know that it must use two registers, but can any one show me an example of what this would look lik...
Supercolumnar asked 2/12, 2012 at 23:4
1
© 2022 - 2024 — McMap. All rights reserved.