wait

Operands

Variants

  • Wait for interrupt : Halts the processor until an interrupt arrives. This simulator delivers no interrupts, so there would be nothing to wake it; rather than hang, 'wait' does nothing and execution continues. It is accepted so that kernel-style code assembles unchanged. wait

Wait for interrupt : Halts the processor until an interrupt arrives. This simulator delivers no interrupts, so there would be nothing to wake it; rather than hang, 'wait' does nothing and execution continues. It is accepted so that kernel-style code assembles unchanged.

Loading...