This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's z80 & ez80 Assembly subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Z80 & 68k Assembly => z80 & ez80 Assembly
Author Message
Tyraniek


Member


Joined: 07 Jun 2003
Posts: 133

Posted: 29 Aug 2003 11:04:56 am    Post subject:

Hi ! As you may notice, I just come back from holiday, and now I'm gonna ask about 5 questions a day, as I'm used to ! :-P

Today, my problem is that when I write something with the ROM call "vPuts", it effectly does appear on the screen, but as soon as I use the plotsscreen (particularly when I copy it with "grbufcpy"), the text is not on the screen any more ! o_O
Why the hell doesn't it stay ? How could I do to both write with little letters and also display things by modifying the plotsscreen ?

Thank you very much, here is the code :

Code:
   ld   hl, 0015h
   ld   (pencol), hl
   ld   hl, title
   B_CALL(_vPuts)

   ld   hl, plotsscreen+$0F00
   ld   (hl), 255
   B_CALL(_grbufcpy)

title   .db   "MY NEW GAME", 0
Back to top
Tyraniek


Member


Joined: 07 Jun 2003
Posts: 133

Posted: 29 Aug 2003 11:13:23 am    Post subject:

LOL, sorry, I've just found my answer here : http://www.ticalc.org/archives/mail/assemb...t/msg00113.html Very Happy
Anyway, I let the post in the forum so that you can learn this trick (maybe one day you need it ;)

I also notice that the new version of the forum is quite pretty. Invision Power Board really make good things ! And so does the webmaster of unitedti.org Wink
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 29 Aug 2003 05:27:58 pm    Post subject:

there is some flag u have to set or reset to make it write the text to the plotSScreen... i forget it, but look it up in 83pa28d...
Back to top
Darth Android
DragonOS Dev Team


Bandwidth Hog


Joined: 31 May 2003
Posts: 2104

Posted: 11 Sep 2003 11:57:57 am    Post subject:

Tyraniek wrote:
And so does the webmaster of unitedti.org Wink

he can fall to the ground and make it looked planned and graceful.
you are so right </spam (sorry, but i just had to use this one opertunity to praise the best webmaster)> </appraise>
Back to top
Display posts from previous:   
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
    »
» View previous topic :: View next topic  
Page 1 of 1 » All times are UTC - 5 Hours

 

Advertisement