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.