Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 212 Bytes

00D6-HEAP-ERROR.md

File metadata and controls

12 lines (8 loc) · 212 Bytes

Heap Error Exit Routine

This is set up to be the handler for Heap Errors

SYS00D6: XOR AX,AX
SYS00D8: RETF 0002

Return to calling program and clean-up 2 bytes from the stack.

Back