MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / cpu_interrupt

Function cpu_interrupt

core/cpu.c:445–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445static void cpu_interrupt(uint32_t address) {
446 cpu_rst(address, cpu.ADL, cpu.ADL | cpu.MADL, cpu.MADL);
447}
448
449static void cpu_trap_rewind(uint_fast8_t rewind) {
450 eZ80registers_t *r = &cpu.registers;

Callers 2

cpu_trap_rewindFunction · 0.85
cpu_executeFunction · 0.85

Calls 1

cpu_rstFunction · 0.85

Tested by

no test coverage detected