Closed leyyinad closed 4 years ago
I had some trouble getting the debugger to run because my basic start routine didn't start at line 0 and the assembler code didn't start at $080c. This patch removes these restrictions.
0
$080c
Thank you! I installed the most recent versions from npm and marketplace.
@leyyinad Thank you very much! I published this on VSCode Marketplace just now.
I had some trouble getting the debugger to run because my basic start routine didn't start at line
0
and the assembler code didn't start at$080c
. This patch removes these restrictions.