Skip to content

EBREAK

32-bit Base **Group:** Execution Control  |  Ch 19   SYS — System Operations  |  **Length:** 32  |  **Decode:**

Assembly Syntax

  • ebreak imm

Encoding

EBREAK encoding
Bitfield encoding diagram. MSB is on the left, LSB on the right.

Description

Environment break instruction. Traps to the debugging or OS handler.

Pseudocode (informative)

Trap(EBREAK);

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
ebreak imm 32
← [Execution Control](../groups/execution_control.md)    [Index](../index.md)    [All instructions](index.md) →