/vm/safeseh.asm

http://github.com/abeaumont/factor · Assembly · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 7608bb46ee96d88415ebe39177184d54 MD5 · raw file

  1. .386
  2. .model flat
  3. exception_handler proto c
  4. .safeseh exception_handler
  5. end