Instructions
Paste c64 TASM 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 old c64 Turbo Assembler soucres, probably imported with
TMPview.
Most stuff used on real c64 turbo assembler should work.
Newer stuff like macros does not work for now.
Please send feedback on stuff that does not work (link below).
More:
Turbo assembler c64 docs and
C64 tass manual
Example tasm code (to paste):
;Noice Tasm Converter demo
*=$c000
;---------------------------------------
screenCol = $d021
;---------------------------------------
start
inc screenCol
inc start
;---------------------------------------
Feedback
Use
this page for bug reports, issues, ideas or any other feedback.
About
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