Skip to main content

Module int

Module int 

Source
Expand description

This module contains the encoders for the int instruction group.

Functions§

encode_1
Generate debug trap. More or less equivalent to int 1.
encode_3
Generate breakpoint trap. More or less equivalent to int 3.
encode_imm8
Generate software interrupt with vector specified by immediate byte.