vscode-amiga-wks-example
vscode-amiga-wks-example copied to clipboard
Old copperlist pointer not saved to CopperSave on startup.
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
Thanks, I'll fix that.
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.
This looks like a bug.
Sorry for the delay on this issue. I just forgot it.... I create a new issue on the main project.