[A83] Re: Announcinga new TI-83 Development Suite


[Prev][Next][Index][Thread]

[A83] Re: Announcinga new TI-83 Development Suite



>how would one modify it so that the compiler would make use of romcalls?
>would this be a library issue?

That would indeed be a library issue.  You'd have to rewrite the bulk of the 
CRT (C RunTime library) to make it at all efficient, but you could strictly 
get the compiler working with (I would imagine) very little effort.  SDCC 
also has an assembler, as well as allowing inline assembling, so you'd be 
able to write the CRT it ASM for effieciencies sake.  This was how it worked 
on the GB compiler, a huge library written in ASM.  Without sometihng like 
that, your programs would be laughably slow.

Stupid like a fox!
Look ma, I'm an artist: http://aaronstj.deviantart.com



_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail




Follow-Ups: