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:
you would need
Code:
Code:
DispIt:
ld hl,MyText
bcall(_vputs)
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
- Chipmaster
- Mythical Hermit (Posts: 1858)
- 02 Sep 2005 03:42:58 pm
- Last edited by Chipmaster on 02 Sep 2005 03:44:03 pm; edited 1 time in total
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
Edit: you can set up bcall's from apps how is this done
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
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.
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.
TribesNext - Tribes 2 Multiplayer is back
I'm also know as Xerux, usually in online games.
Games you might see me on:
Warcraft 3: Playing Eota
Tribes 2: Goon Haven Server
I'm also know as Xerux, usually in online games.
Games you might see me on:
Warcraft 3: Playing Eota
Tribes 2: Goon Haven Server
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
» Go to Registration page
» Goto page Previous 1, 2, 3, 4, 5 Next
» View previous topic :: View next topic
» View previous topic :: View next topic
Page 4 of 5
» All times are UTC - 5 Hours
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
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
Advertisement