Skip to content

Atari Dev Studio

Compare
Choose a tag to compare
@chunkypixel chunkypixel released this 14 Mar 10:06
· 208 commits to master since this release

v0.4.0 - Public Release

Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)

Changes in this release:

  • Added option to dasm compiler to allow you to select 'Make' to compile your source code (Andrew Davie). This option will automatically scan the root workspace folder for a Makefile to use without having to open it first (make sure your base source code file is open and active as per the current compilation process). Note: you can still open a Makefile and compile from that if required.