Giter Club home page Giter Club logo

vis2ascii's Introduction

vis2ascii

vis2ascii is a command line tool that converts a Commodore 64 assembly source file in

into ASCII, so it can be used with modern cross-development tools.

The format of the input file is auto-detected.

Usage

vis2ascii "test		.src"

creates test.asm.

vis2ascii "test       .src" test.txt

creates test.txt.

vis2ascii "text       .src" -

prints text to stdout.

Notes

  • vis2ascii automatically strips the spaces between the name and the extension if no target name is given.

  • vis2ascii cannot extract files from .D64 images. Use a tool like c1541 to extract the files:

    echo extract | c1541 disk.d64 for i in *.src; do vis2ascii "$i"; done

  • vis2ascii only converts the VisAss/F8 AssBlaster file format into ASCII, it does not convert the assembly conventions into another format. That is, pseudo-opcodes and macros stay in the original format, but converting this manually should be easy.

  • If you are only converting a single file, you can also use the "print" functionality in the respective orginal editors inside an emulator to export the file to ASCII, but this tool is much more handy when converting all your old sources.

TODO

Adding regular AssBlaster support should be easy; the AssBlaster format seems to be the F8 AssBlaster format with the VisAss opcode table. The two formats can be distinguished by the gamut of used menmonics.

License

2-clause BSD

Author

Michael Steil, pagetable.com

vis2ascii's People

Contributors

mist64 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.