Re: routine id
- Posted by MORONI Maurizio <Maurizio.Moroni at OMNITEL.IT> Sep 10, 1998
- 536 views
Look in /euphoria/demo, there is hardint.ex that maybe could help you to solve your problem... Ciao Maurizio > ---------- > From: Brett Pantalone[SMTP:pantalone at SPRINTMAIL.COM] > Reply To: Euphoria Programming for MS-DOS > Sent: 09 September 1998 20:58 > To: EUPHORIA at cwisserver1.mcs.muohio.edu > Subject: routine id > > Hello everyone, > > Is it possible to create an interrupt service routine in Euphoria? It is > clear to me that the routine_id function does not return a C-style > function pointer. I am not very familiar with how interpreted languages > work, so I'm not even sure if a given routine has an actual address. If it > could be done, how would one obtain the "address" of the routine to use as > an interrupt vector? This doesn't seem like it would work at all, but I > think that later versions of QBasic let the programmer create interrupt > service routines. Let me know if I am wrong. > > -- Brett >