unit IntrVecI em.hal/IntrVecI.em1 2 3 4 5 6 7 8 9package em.hal interface IntrVecI type ExceptionHandler: function(vecNum: uint32, retAddr: addr_t) host function bindExceptionHandlerH(handler: ExceptionHandler) end