CBM prg Studio to Kick Assembler converter

Paste CBM prg Studio code into left textarea and click Convert (or use Auto convert).
CBM prg Studio code
Kick Assembler code

Instructions

Paste CBM prg Studio code into left textarea and click Convert (or use Auto convert), and the code will be converted into Kick Assembler code.

This tool is mainly created for converting CBM prg Studio assembly source to Kick Assembler, things that are not directly supported are commented.
Please send feedback on stuff that does not work to my twitter: @lvcabral

Example CBM prg Studio code (to paste):
;CBM prg Studio Converter demo

         *=$c000
;---------------------------------------
screenCol = $d021
;---------------------------------------
start
         inc screenCol
         inc start
;---------------------------------------

About

Modified to convert CBM prg Studio assembly by Marcelo Lv Cabral from the original work:
"TASM to KickAss" created by Swoffa and Bernie of Noice
Tested in Chrome and Safari.
Stuff used: jQuery and Colorbox.

Blog (goatlog) about noice and kickass: goatpower.org