Asar icon indicating copy to clipboard operation
Asar copied to clipboard

Originally written by Alcaro. Asar is a SNES assembler, intended as a replacement for xkas v0.06

Asar

Originally written by Alcaro. Based on version v1.50 (fixes by RPG Hacker, Raidenthequick, p4plus2).

This repository provides just the minimal modifications to easily build the program on Unix systems. I only removed the *.exe and *.dll files and added a SCons build script.

Instructions

You will need a working C++ compiler (g++ or clang++) and SCons.

# Build the program:
scons

# Discover how to use it:
./asar --help

That's it!

Original links

http://www.smwcentral.net/?p=section&a=details&id=6000

http://www.smwcentral.net/?p=viewthread&t=51349