Best 65816 assembler compiler for Windows XP?

Discussion of hardware and software development for Super NES and Super Famicom.

Moderator: Moderators

Forum rules
  • For making cartridges of your Super NES games, see Reproduction.
Post Reply
magno
Posts: 193
Joined: Tue Aug 15, 2006 5:23 am
Location: Spain
Contact:

Best 65816 assembler compiler for Windows XP?

Post by magno »

Hi there!

I'm coding a lot of routines for Romancing Saga 3 translation to Spanish (please check Traducciones Magno ). Everything was ok until 2 hours ago, when I realized I can't compile my source code anymore using "x816" assembler... Why? Because my source code is really big now (all .asm files in plain text weight more than 1 Megabyte) and the code related to menus has grown so much that I get this message when compiling:

Code: Select all

Invalid length
fatal xms error, unable to continue.
Runtime error 103 at 0000:0709.
Which compiler do you recomend? xkas is pretty old and I guess Bass will be too complicated to me (I can't even decompress the file... I always get error decompressing with WinRAR).
Which compiler do you use to code SNES hombrew with big amounts of code?

Thanks!
User avatar
thefox
Posts: 3139
Joined: Mon Jan 03, 2005 10:36 am
Location: Tampere, Finland
Contact:

Post by thefox »

CA65 supports 65816, I'd expect it to handle large sources without problems. I haven't done any 65816 coding with it myself though.
Download STREEMERZ for NES from fauxgame.com! — Some other stuff I've done: fo.aspekt.fi
User avatar
Ramsis
Posts: 341
Joined: Sun Jul 01, 2012 6:44 am
Location: Lion's den :3
Contact:

Post by Ramsis »

WLA DX should do the job. :)
magno
Posts: 193
Joined: Tue Aug 15, 2006 5:23 am
Location: Spain
Contact:

Post by magno »

Thanks for the replies.

I think I'll try WLA_DX because it keeps the same syntax for ASM instructions and some directives are common.
Post Reply