Module int

Source
Expand description

Holds encoders for variants of int instruction.

Functionsยง

encode_int_1
Generate debug trap. More or less equivalent to int 1.
encode_int_3
Generate breakpoint trap. More or less equivalent to int 3.
encode_int_imm8
Generate software interrupt with vector specified by immediate byte.