0 Members and 1 Guest are viewing this topic.
spasm name.asm name.8xp
spasm name.asm name.8xp -DTI83P
#define TI83P#include "ti83plus.inc"start: .org $9D95 .db $BB,$6D ld a,5 ld b,2 add a,b ld h,0 ld l,a bcall(_DispHL) bcall(_newLine) ret
Pass one... Pass two... Doneexporter:-1: warning: First character in name must be a letter.
Maybe use the right ti38plus.inc...http://wabbit.codeplex.com/wikipage?title=SPASM%20Include%20Files&referringTitle=Documentation
I'm on a Linux machine since 2007 or so, but I use an old build of spasm that works wonderfully.
I am about to make a second attempt on learning assembly language for my ti-81+ calculator.
I've been having issues with spasm as well on linux. Buckeye said he was going to look into it but he never got around to it yet.That version is an old one so you might want to try building from the source. If that doesn't work ( probably wont even build ) then this one you have, it will be able to build the hex files, but not compile them into 8xp's so you need to figure out a way to convert them to an 8xp.( The reason it's not working is because of some bad code with the exporter when it comes to naming on Linux )EDIT: just tested the latest svn, it's seg faulting on the first pass, so just stick with what you have for now.
Yeah, I've been searching for the source, but only found the bins... running on ubuntu 64-bit.http://dl.dropbox.com/u/902690/ti/spasm-64http://dl.dropbox.com/u/902690/ti/wabbitemu-wine.exe