vscode-amiga-assembly
vscode-amiga-assembly copied to clipboard
WinUAE debug: execution is stopped at the instruction after the one with the breakpoint
example:
START: jsr disableAllInterrupts ; breakpoint here
execution is stopped after the jsr (in the subroutine disableAllInterrupts)
Is it the first instruction of your program ?