This module contains routines necessary to enable
Ctrl-Break to "break out" of infinite loops. A user
supplied clean up routine may be specified if necessary.
MASM 5.1/TASM 2.0 - C callable installation &
de-installation functions.
Language & memory model independant. Change the .model
directive as needed.
Author: David Burki
---------------------------------------------------------
END OF COMMENT ~
title BREAKOUT.ASM
page 57,132
% .model m_model, lang
; ---- MACROS and EQUATES ----
;macro to simulate an interrupt so the interrupt returns
;to the instruction immediately following the call
sim_int macro num
pushf
call cs:orig_&num
endm
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/