How would you access the new font sets in ASM? Would it be similar to the way you can toggle 6 or 8 bit font sets with the LCD
It would be instead of
Code: DispIt:
ld hl,MyText
bcall(_vputs)
you would need Code: DispIt:
ld hl,MyText
ld a,FontSet_3x3_BW
bcall(_vputsdcs)
alex10819 wrote:
yeah really... no fun at all... maybe you could create a way BASIC programs could call the special features... and only in DCS optimized programs

If its an app which he said it will be, then ExecLib, and OpenLib would work for 84 series
yeah, and a detailed explanation on how to use them.
I am sure all of this will be documented in the readme
Edit: you can set up bcall's from apps

how is this done
sorry, I skipped your comment
yay... could be very helpful...
Chipmaster wrote:
I am sure all of this will be documented in the readme
Edit: you can set up bcall's from apps

how is this done

Easy, bcalls work by jumping to ROM where the TI-OS is. Since Apps are also in ROM, they can just set up calls to themselves.
i will betatest for 84+ and 83+...
Yay! Long time no see, either.
Wow, we've gotten a bunch of old members coming back, could it have been from the mass gCn email I sent?
KermMartian wrote:
Wow, we've gotten a bunch of old members coming back, could it have been from the mass gCn email I sent?
Hmm, I didn't get it. I better check that I updated the email field in my profile.

Good idea. The yahoo ones bounced though because of that stupid domain-verification checker.
sry...just had 2 much stuff on my hands...
Eh, no problem. Glad you're back!
where can i find the newest version of DCS5?
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.
»
Go to Registration page
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum