public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
* Somewhat confused with Interrupts/TSRs
@ 2007-11-30 18:12 John Coppens
  2007-11-30 18:41 ` Mike McCarty
  0 siblings, 1 reply; 7+ messages in thread
From: John Coppens @ 2007-11-30 18:12 UTC (permalink / raw)
  To: linux-msdos

Hello people.

I accepted the task of trying to get a very old datalogging program
working for a friend. It is needed to read an older sensor, and
apparently no other software is available.

It's a bit large (170 kB exe) to disassemble completely, but cursory
investigation shows it was written in Turbo Pascal. Apparently the CRT
unit was included, which makes executable use internal keyboard access
instead of MsDOS functions.

All this is important, because I want to simulate keypresses and the TSR
doesn't seem to work with any CRT using Pascal program.

I followed the program to be using Int16 for key input, which probably
explains why no Int28 or Int1C calls are made anymore (needed for the
TSR to work)...

I tried to follow where 16h goes to, but, using debug in DOSemu, this
leads to a HLT instruction...

Does anyone know of this (TSR) problem or can anyone suggest a solution?

Thanks!
John

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-12-04 17:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-30 18:12 Somewhat confused with Interrupts/TSRs John Coppens
2007-11-30 18:41 ` Mike McCarty
2007-11-30 21:29   ` John Coppens
2007-11-30 22:13     ` James Courtier-Dutton
     [not found]   ` <20071130175017.938b2cf5.john@jcoppens.com>
2007-11-30 22:31     ` Mike McCarty
     [not found]       ` <20071130211248.ae41594a.john@jcoppens.com>
2007-12-03 17:00         ` Mike McCarty
2007-12-04 17:21         ` Mike McCarty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox