This extension adds a custom build task which you can use in your CI pipelines to automate builds for programs written in assembly language for the ACME Cross-Assembler for 6502/6510/65816 CPUs. This extension is still in preview. Please report any issues you might have so we can continue to improve it. Usage
Configuration OptionsThe extension uses a few common configuration options
Task excecutionThe task will automatically download the latest version of The resulting output file(s) that match the pattern specified in the configuration settings are then copied to the Supported AgentsThis extension supports both Hosted and Custom Windows Agents. Linux and MacOS agents are not currently supported. About ACMEMarco Baye's ACME cross-assembler is a free crossassembler, released under the GNU General Public License. The current version can produce code for the 6502 (including illegal opcodes), 65c02 and 65816 processors. This assembler has been ported to several platforms including Amiga, DOS, and Linux. It includes support the standard assembler stuff like global/local/anonymous labels, offset assembly, conditional assembly and looping assembly. It can include other source files as well as binaries while assembling. Version HistoryVer 0.3.6
|