Re: [fpc-pascal] More problems in Sinclair QL port (M68K)

2021-04-15 Thread Norman Dunbar via fpc-pascal
Good Afternoon All, just a quick update on my run time error problem. It is now resolved. While looking for this problem, I found a couple of places where the fact that the parameters were being passed in registers was causing problems as some of the code was overwriting those registers (D0/D

Re: [fpc-pascal] More problems in Sinclair QL port (M68K)

2021-04-02 Thread Norman Dunbar via fpc-pascal
Hi Pierre, On 01/04/2021 23:02, Pierre Muller via fpc-pascal wrote: > This all depend on the debugger capabilities, > if you can watch changes at a sepecific location, > the easiest is just to watch InOutRes memory position. I'm afraid the QL is a computer from the early 1980s and we don't h

Re: [fpc-pascal] More problems in Sinclair QL port (M68K)

2021-04-01 Thread Pierre Muller via fpc-pascal
Hi Norman, This all depend on the debugger capabilities, if you can watch changes at a sepecific location, the easiest is just to watch InOutRes memory position. This will trigger a break in your program exactly at the instruction which modifies the InOutRes internal variable, which is che