HomeSort by: relevance | last modified time | path
    Searched defs:memory_read8 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/m68hc11/
m68hc11-sim.h 292 memory_read8 (sim_cpu *cpu, uint16_t addr) function
432 val = memory_read8 (cpu, addr + 1);
479 val = memory_read8 (cpu, addr);
504 val = memory_read8 (cpu, addr);
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
m68hc11-sim.h 292 memory_read8 (sim_cpu *cpu, uint16_t addr) function
432 val = memory_read8 (cpu, addr + 1);
479 val = memory_read8 (cpu, addr);
504 val = memory_read8 (cpu, addr);

Completed in 25 milliseconds