vscode-amiga-wks-example icon indicating copy to clipboard operation
vscode-amiga-wks-example copied to clipboard

Old copperlist pointer not saved to CopperSave on startup.

Open tastymushroom opened this issue 4 years ago • 4 comments

Hi, First of all fantastic project. Thanks for the effort!

I noticed a small bug in gencop.s Line 35 you save the old copper pointer to d4, but then you don't store it in CopperSave. So line 36 should be something like: move.l d4,CopperSave

Then the correct value will be restored at the end. I did try to push a fix onto a branch but no permissions to do so :-)

Cheers TastyMushroom

tastymushroom avatar Jan 29 '21 15:01 tastymushroom

Thanks, I'll fix that.

prb28 avatar Jan 30 '21 19:01 prb28

Cheers! I know it’s just a tiny thing, but I thought I’d let you know.

Also would you have any idea why symbols aren’t available during debug if I org my code? E.g. If I org my code @ $20000 then breakpoint and type ${CopperSave} then I get an unknown symbol error. If I comment out the ORG $20000 line and try the same thing, I get a good value returned. Thanks a lot

On 30 Jan 2021, at 19:35, prb28 [email protected] wrote:

 Thanks, I'll fix that.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

tastymushroom avatar Feb 01 '21 15:02 tastymushroom

This looks like a bug.

prb28 avatar Feb 01 '21 21:02 prb28

Sorry for the delay on this issue. I just forgot it.... I create a new issue on the main project.

prb28 avatar Feb 09 '22 21:02 prb28