Hi pascaloids,
I'm doing DOS development for fun and, after installing the compiler
(was quite hard), I'm having problems handling interrupts.
I started with keyboard and it doesn't work. The handler declaration:
procedure DOS_KbdHandler; interrupt;
but compiler says:
keybrd.inc(14,29) Wa
On Sat, Apr 10, 2021 at 10:14 AM Guillermo via fpc-pascal <
fpc-pascal@lists.freepascal.org> wrote:
> Hi pascaloids,
>
> I'm doing DOS development for fun and, after installing the compiler
> (was quite hard), I'm having problems handling interrupts.
>
> I started with keyboard and it doesn't work
Il 09/04/2021 19:56, Guillermo via fpc-pascal ha scritto:
Hi pascaloids,
I'm doing DOS development for fun and, after installing the compiler
(was quite hard), I'm having problems handling interrupts.
I have this handler from SWAG, hope it would be helpful.
Marco
{
Unit for reading multiple ke
El Sat, 10 Apr 2021 11:35:18 +0200
Marco Borsari via fpc-pascal escribió:
> Il 09/04/2021 19:56, Guillermo via fpc-pascal ha scritto:
> > Hi pascaloids,
> >
> > I'm doing DOS development for fun and, after installing the compiler
> > (was quite hard), I'm having problems handling interrupts.
>
On 2021-04-09 19:56, Guillermo via fpc-pascal wrote:
Hi,
> I'm doing DOS development for fun and, after installing the compiler
> (was quite hard), I'm having problems handling interrupts.
>
> I started with keyboard and it doesn't work. The handler declaration:
>
> procedure DOS_KbdHandler; i
El Sat, 10 Apr 2021 10:42:12 +0200
Christo Crause escribió:
> On Sat, Apr 10, 2021 at 10:14 AM Guillermo via fpc-pascal <
> fpc-pascal@lists.freepascal.org> wrote:
>
> > Hi pascaloids,
> >
> > I'm doing DOS development for fun and, after installing the compiler
> > (was quite hard), I'm having pr
Am 10.04.2021 um 12:15 schrieb Guillermo via fpc-pascal:
El Sat, 10 Apr 2021 10:42:12 +0200
Christo Crause escribió:
On Sat, Apr 10, 2021 at 10:14 AM Guillermo via fpc-pascal <
fpc-pascal@lists.freepascal.org> wrote:
Hi pascaloids,
I'm doing DOS development for fun and, after installing the
Jean,
Thank you very much for the example! That gives me a great start and I really
appreciate the effort you put in.
Thanks for re-sending it, the first one never came though.
I was able to replace the sample INI file with some of the real data and it all
came in very nicely!
I'm curious