comp.lang.ada
 help / color / mirror / Atom feed
* GNAT DOS INTERRUPTS
@ 1998-10-14  0:00 Ramon Costa Castelló
  1998-10-15  0:00 ` Dmitriy Anisimkov
  0 siblings, 1 reply; 2+ messages in thread
From: Ramon Costa Castelló @ 1998-10-14  0:00 UTC (permalink / raw)


Hey,

Does anyone know how to disable/enable interrupts under GNAT307
running over DOS ?

Best Regards,

Ramon Costa-Castell�





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

* Re: GNAT DOS INTERRUPTS
  1998-10-14  0:00 GNAT DOS INTERRUPTS Ramon Costa Castelló
@ 1998-10-15  0:00 ` Dmitriy Anisimkov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitriy Anisimkov @ 1998-10-15  0:00 UTC (permalink / raw)


Ramon Costa CastellО©╫ wrote:
> Does anyone know how to disable/enable interrupts under GNAT307
> running over DOS ?

Only via assembler code insertion :

with Machine_Code
...............
  Machine_Code.Asm("cli"); -- Clear Interrupt Flag
..........
  Machine_Code.asm("sti"); -- Set Interrupt Flag




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

end of thread, other threads:[~1998-10-15  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-14  0:00 GNAT DOS INTERRUPTS Ramon Costa Castelló
1998-10-15  0:00 ` Dmitriy Anisimkov

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