momiji

m68k emulator infrastructure

About Source code

Table of contents

step

MISSING HEADER

Executes the next instruction


bool step() (1)
  1. Returns: true if it was possible to execute the instruction, false otherwise

Remarks

The emulator does bound checking on the executable’s memory, preventing it from loading an invalid instruction (eg: an out of bounds one). That’s an example where step() would return false.