Git Product home page Git Product logo

64tass's Introduction

64tass

This repository contains a fork of 64tass, command-line assembler for the 65xx processor family.

This code is based off of the download on the project page on SourceForge: https://sourceforge.net/projects/tass64/

This project uses the GNU General Public License version 2.0 (GPLv2) license. For more information, see the LICENSE file.

List of changes:

  • This readme file was added
  • After assembling, only print "Errors:" and "Warnings:" if nonzero errors or warnings. (Reason: otherwise Visual Studio gets confused)
  • Add a debug build config to makefile
  • Fix debug build

Build instructions (Windows)

This is for building the Windows version, on Windows. This is one way of doing it. Other ways may work, as well.

  1. Set up and launch Windows Subsystem for Linux (WSL). For distribution, choose Ubuntu 18.04 LTS.
  2. Run the following commands
apt install make

apt-get update

sudo apt-get install build-essential

sudo apt-get install gcc-mingw-w64

make -f makefile.win

At the end, 64tass.exe will be placed in the source folder.

After making changes, use

make clean

make -f makefile.win

to re-compile.

Use

make -f makefile.win DEBUG=1

to build debug. If DEBUG=0 or not specified, then it is release config. Since this build uses the MinGW compiler, it does not produce PDBs, so GDB may be necessary for symbolic debugging

64tass's People

Contributors

clandrew avatar

Watchers

 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.