[A83] Re: 83+ compiling problems
[Prev][Next][Index][Thread]
[A83] Re: 83+ compiling problems
damn... I thought for a while that was only ION stuff...
Thanks !!!
But what about executing it? Is the program size needed
to execute the prog? (Is it copied or moved in ram?)
SUCKER
----Original Message Follows----
From: "Tijl Coosemans" <tijl@ulyssis.org>
Reply-To: assembly-83@lists.ticalc.org
To: <assembly-83@lists.ticalc.org>
Subject: [A83] Re: 83+ compiling problems
Date: Mon, 20 May 2002 12:42:58 +0200
You forgot the $bb,$6d stuff
--
NO ePATENTS! Freedom for Business, Freedom for Education, Freedom for
Health! eSign NOW! (http://petition.eurolinux.org/)
> From: "SUCKER [Pieter Van Nuffel]" <sucker_pvn@hotmail.com>
>
> I have plenty of experience with compiling for the 83-,
> but now I want to take my most important programs to the
> 83+. When I compile a (squished) ION program, it works
> fine. But when I try a 'Asm(prgmTEST)' program, it gives
> a err:invalid. When I do 'prgmTEST' the calc gives err:version
>
> this is the program code (for test.z80)
>
> +-+-+-+-+-+-+-+-+-+-+-+-+-+
>
> #define TI83P
> .nolist
> #include ion.inc
> .list
>
> .org progstart
>
>
> bcall(_clrscrnfull)
> ld hl,txt
> bcall(_puts)
> bcall(_getkey)
> ret
>
> txt: .db "Test!",0
>
> .end
> END
>
> +-+-+-+-+-+-+-+-+-+-+-+-+-+
>
> And this is in the batch file for compiling:
>
> +-+-+-+-+-+-+-+-+-+-+-+-+-+
>
> @echo off
> echo ----- Assembling %1 for the TI-83 Plus...
> tasm -80 -i -b %1.z80 %1.bin
> if errorlevel 1 goto ERRORS
> devpac8x %1
>
> echo ----- Good job, now go test it out!
> echo TI-83 Plus version is %1.8xp
> goto DONE
> :ERRORS
> echo ----- there were errors, go back and fix it!
>
> :DONE
> del %1.bin
> del %1.lst
>
> +-+-+-+-+-+-+-+-+-+-+-+-+-+
>
> I'm programming only for the 83+, so dont start about the
> #define TI83P stuff...
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
Follow-Ups: