Search code examples
Why using char type as index for looping gives unexpected results?...


cz80cpm

Read More
Game Boy: What is the purpose of instructions that don't modify anything (e.g. AND A)?...


emulationopcodez80gameboy

Read More
Game Boy: What constitutes a "half-carry"?...


emulationz80gameboy

Read More
How can I correctly type-pun?...


cemulationtype-punningz80

Read More
Z80 assembly storing a value in a register for longer time...


z80

Read More
z80 assembly if statement...


assemblyz80

Read More
How do I get started reverse engineering z80 machine code?...


assemblyreverse-engineeringdisassemblydecompilingz80

Read More
TASM - unrecognized argument...


assemblyz80

Read More
How to write two bytes to a chunk of RAM repeatedly in Z80 asm...


assemblytexas-instrumentsz80

Read More
Can't get .define working with sdasz80 (sdcc assembler)...


assemblyz80sdcc

Read More
Is there any pattern to the z80's opcode layout?...


opcodez80

Read More
Operands are not assignment compatible...


cz80

Read More
Understanding opcodes in Z80 emulator...


z80

Read More
What does a LD statement passed a single argument do when the HL register is used as a 16-bit accumu...


assemblyz80

Read More
Z80 assembly program gone haywire...


assemblyz80

Read More
Length of instruction LD A,(C) in gameboy ~Z80 processor...


assemblyemulationz80gameboy

Read More
Jump without altering the stack...


z80

Read More
Is there a way to have two variables of different sizes share a memory address without declaring the...


c++z80

Read More
What's the purpose of instructions for loading a register to itself?...


assemblymemoryemulationz80gameboy

Read More
How to display the value of the a register in ti assembly for ti 83+/ti 84/ti 84+...


assemblycalculatortexas-instrumentsz80

Read More
Z80 Assembly (1MHz) CP/M: How to get correct physical input using buttons...


assemblyz80cpm

Read More
Load to 16bit register, least significant bit in first or second register?...


assemblyendiannessmachine-codez80

Read More
Could anything with a Z80 processor run Gameboy games?...


intelz80gameboyretro-computingintel-8080

Read More
How does XORing the A register clear the carry bit on the F register in the Z80?...


assemblyxormicroprocessorsz80

Read More
Z80: Copying from Top of Stack to HL...


assemblystackmicro-optimizationz80

Read More
Z80 assembly: How to add signed 8-bit value to 16-bit register?...


mathassemblyz80

Read More
Z80 register pairs...


cpu-registersmachine-codez80

Read More
Whatis the difference in this case between doing dw and db?...


assemblyz80

Read More
Writing a graphical Z80 emulator in C or C++...


c++cemulationz80

Read More
Z80 DAA implementation and Blargg's test rom issues...


javadebuggingemulationz80

Read More
BackNext