Monthly Archives: March 2021

Version 1.3.4 of Kick Assembler package for Sublime

Changes in this version:

  • Fix: Using full paths for Vice (x64) commands
    • Since version 3.5 of Vice for macOS does not handle relative paths well
    • Issue #64 reported by John Cook
  • New feature: Segment support
    • Put startup-file annotation on first line of a file to configure which file to compile for “startup commands”:
      // @kickass-build "startup-file": "filename.asm"
    • Has precedence over setting kickass_startup_file_path
    • More on build annotations below

Also, changes in version 1.3.3:

  • Fix: Changed the default (Vice) executable path for run and debug, since Vice executable is now located in the bin sub folder. The old path also works.

Full version history here.

See this page for all info about the Kick Assembler (64) package. The page contains everything from feature description to detailed install instructions.

Read the rest of this entry