Skip to content

unit IntrVecI

em.hal/IntrVecI.em
1
2
3
4
5
6
7
8
9
package em.hal

interface IntrVecI

    type ExceptionHandler: function(vecNum: uint32, retAddr: addr_t)

    host function bindExceptionHandlerH(handler: ExceptionHandler)

end