Technical References

This section contains detailed technical documentation for the CPU and hardware components implemented in Hemulator.

CPU References

Hemulator implements several CPU architectures as reusable components. Each CPU has comprehensive documentation including instruction sets, addressing modes, and implementation notes.

Available CPU Documentation

Hardware Component References

Implementation Guidelines

For guidelines on implementing new CPU components or systems, see:

External Resources

The implementation of these CPUs references numerous external sources:

6502 Resources

Z80 Resources

8086 Resources

MIPS Resources

Game Boy Resources

SNES Resources

Contributing References

When implementing CPU features or fixing bugs, please:

  1. Add references to the appropriate CPU documentation file
  2. Document sources used for implementation decisions
  3. Include links to datasheets, manuals, or technical documents
  4. Update test cases based on official documentation

See the Contributing Guide for more information.