Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

tomconte/vscode-kickassembler

Repository files navigation

PROJECT ARCHIVED

This project did not evolve beyond the prototype stage. Check out Paul Hocker's extension instead!

Kick Assembler README

This extension allows you to interact with the Commodore 64 cross-assembler Kick Assembler.

It is a port of the Sublime Text extension by Swoffa, and all the credit should go to him and other previous authors and contributors!

Features

The extension offers syntax highlighting and some commands to build an executable program from the assembler source code.

  • "Kick Assembler: Build" will compile the assembler code in the current open file.

Requirements

You need to have Kick Assembler already installed on your machine. Kick Assembler requires Java, and you should have the java executable present in your path.

You probably also want a copy of the Vice C64 emulator if you want to run your programs!

Extension Settings

You will need to set the path to the Kick Assembler JAR file, for example:

{
    "kickassembler.kickAssPath": "C:\\dev\\C64\\KickAssembler\\KickAss.jar"
}

Known Issues

None yet.

Future releases will (hopefully) offer an integration with x64 for executing and debugging programs.

Release Notes

1.0.0

Initial release.

About

Visual Studio Code extension for Kick Assembler (C64)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published