Re: [fpc-pascal] Interruption handling on i8086

2021-04-11 Thread Guillermo via fpc-pascal
El Sun, 11 Apr 2021 00:26:39 +0200 Sven Barth escribió: > That revision wasn't merged to 3.2.x, so it's not fixed in the RC. > I've now done so, thus it should be in the final 3.2.2. Thanks Sven. I was about to ask at Lazarus forums right now. :) > > Regards, > Sven Regards, Guillermo

Re: [fpc-pascal] Interruption handling on i8086

2021-04-11 Thread Guillermo via fpc-pascal
Hi, Tomas. El Sat, 10 Apr 2021 16:05:28 +0200 Tomas Hajny via fpc-pascal escribió: > > Hi, > > I believe that you need to add the "far" modifier after the > "interrupt" - at least this has been the case with TP/BP and is > probably needed at least for some memory models supported with FPC > for

Re: [fpc-pascal] Interruption handling on i8086

2021-04-10 Thread Sven Barth via fpc-pascal
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

Re: [fpc-pascal] Interruption handling on i8086

2021-04-10 Thread 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 compiler > > (was quite hard), I'm having

Re: [fpc-pascal] Interruption handling on i8086

2021-04-10 Thread Tomas Hajny via fpc-pascal
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;

Re: [fpc-pascal] Interruption handling on i8086

2021-04-10 Thread Guillermo via fpc-pascal
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. >

Re: [fpc-pascal] Interruption handling on i8086

2021-04-10 Thread Marco Borsari via fpc-pascal
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

Re: [fpc-pascal] Interruption handling on i8086

2021-04-10 Thread Christo Crause via fpc-pascal
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

[fpc-pascal] Interruption handling on i8086

2021-04-10 Thread Guillermo via fpc-pascal
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)