Skip to main content

Crate microseh

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

Functions§

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