Noice Tasm to Kick Assembler Converter

What

The Noice Turbo Assembler to Kick Assembler converter is a web based tool used for converting old c64 Turbo Assembler soucre code files to Kick Assembler format, probably imported with TMPView. Most stuff used on real c64 turbo assembler should work. Newer stuff like macros does not work for now.

 

Where

The Noice Turbo Assembler to Kick Assembler converter is available here.

 

Future

Feedback/requests is welcome.

Follow @SwfNoc on twitter for future updates.

  1. Swoffa;

    Any chance you could upgrade it?

    Conditional assembly;
    .if -> #IF
    .ifeq -> #IF variable = 0

    .else -> #else

    .fi -> #endif

    More complex

    name .macro
    lda #\1 ;first parameter
    .endm

    #name 23 ;call macro

    is

    .macro name(parameter1) {
    lda #parameter1
    }

    name(23)

  2. .comment -> ./*
    .endc -> */

  3. .byte, .word and all these need to be lower case

  4. Thanks for poosting this

  5. “[File was too large for preview window]”

    That message indicates that it could be possible to download the file, but there is no such feature as I see it. Any chance that could be implemented?

  6. KickAssembler doesn’t support this, which TurboAssembler does:

    .text $07,”@abcdefg”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: