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

2021-04-01 Thread Norman Dunbar via fpc-pascal
Good afternoon all, I've been working on the Sinclair QL version of the FPC runtimes and I've got quite a lot of progress made. Unfortunately, I've hit a problem with the Append() function. This is my stripped down test file showing the problem: { Program to demonstrate the Append function.

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