Crate microseh

Source

Structs§

Exception
Represents an exception that occurs during program execution, along with additional context information.
Registers
Represents a saved state of the CPU registers.

Enums§

ExceptionCode
Represents a system-specific exception code.

Functions§

try_seh
Executes the provided procedure in a context where exceptions are handled, catching any
hardware exceptions that occur.