vscode-amiga-assembly icon indicating copy to clipboard operation
vscode-amiga-assembly copied to clipboard

Amiga Assembly extension for Visual Studio Code

Results 55 vscode-amiga-assembly issues
Sort by recently updated
recently updated
newest added

When trying to execute the example workspace I get the `[EMU] No suitable emulator binary` error. I'm on Mac Silicon. It's a new project so is using the new config...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...

dependencies

I'm using your extension with a makefile using vc/vbcc with the kick13 option to build and launch into fs-uae. this is the launch config and workspace is ~/Documents/FS-UAE/xdev/vscode-amiga-vbcc-example-osx_x/ { "type":...

### Discussed in https://github.com/prb28/vscode-amiga-assembly/discussions/290 Originally posted by **djyt** February 1, 2024 Hello, Have been enjoying coding with this great extension. However, VSCode just auto updated itself, and now whenever I...

bug

With regards to the issue you mentioned in the previous post, this is an ongoing issue I have with constants. It also occurs when I open the Run and Debug...

bug

With FS-UAE the copper breakpoints are not hit. The copper disassembly virtual file name is not stable, it may be the source of the issue. On win-uae the breakpoint is...

bug

Is there a way to watch variables accessed via a base register? For example: ``` ; 'vars' data structure, representing application state RSRESET systemVBR: rs.l 1 oldView: rs.l 1 oldDMACON:...

enhancement

Using the example workspace on a Debian Sid box, UAEquit fails with `Unable to load UAEquit: Error code 121' in the Amiga Shell. I tested V1.8.6 and V1.8.2. I also...

Hi! I tried out this tool today for the first time on a box running Debian Sid and noticed that it's quite easy to crash the debugger on my system...