Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Galandros

Pages: 1 ... 19 20 [21] 22 23 ... 84
301
ASM / Re: APP -- Sprites and text all messed up... why!?
« on: May 25, 2010, 03:17:11 pm »
Instead of using:
 bcall _PutS
use:
 call app_PutS
and include the calcmaniac84 routine in the source code, of course.

I'll try, thanks alot.
Oh, where can I find that source code of calcmaniac?
Been googling without result so far...
Meh, I'll keep searching.
Some name it safePutS.

This is the routine that calcmaniac found in this topic:
Code: [Select]
app_PutS:
    ld a,(hl)
    inc hl
    or a
    ret z
    b_call _PutC
    jr app_PutS

302
Miscellaneous / Re: Do you fear your own reflection?
« on: May 25, 2010, 03:14:37 pm »
I sometimes stare to my eyes in the mirror but never tried more than 1 minute. I stare because I love to see the colors of light (green, blue, grayish) eyes. My eyes are actually green with some patterns of brown and sometimes look blue for some odd reason.

303
Unfortunately I did not watch any series and I could not see one movie on tv from the beginning to the end. :(
Maybe one day, I will watch.

304
TI Z80 / Re: Elmgon Progress
« on: May 24, 2010, 04:17:44 pm »
Better luck for the future ztrumpet. ;) Hopefully you had recent backups.

Good thing you had a recent backup. =D As DJ Omnimaga often says; backup often when coding on calc!
And releasing a demo is a very welcoming way to backup. ^^

305
TI Z80 / Re: Elmgon Progress
« on: May 24, 2010, 03:17:31 pm »
TI-BASIC although very limited in speed, can actually make the coder only deserve more reward for his work.
And that is actually a amazing and honourable piece of work. It gives definitely one of my favourite ASCII screens.

306
Miscellaneous / Re: Programming Tutorials, Help, Etc.
« on: May 24, 2010, 03:11:55 pm »
I will try to see what I have in my huge list of links (it should be 100KB of pure text right now if I put all together (?)).

One of the things I love for computer and web stuff is seeing some technique I don't know and search how to do it.

On the other side in TI-BASIC I prefer to experiment it myself until I learn it. I learned how to use matrices and lists commands this way. :)
Your first steps in programming can be a fun challenge (for me it was, but some people might have worse experiences).

307
Miscellaneous / Learning new languages (speaken) alone
« on: May 24, 2010, 03:07:14 pm »
Due to the discussion and recent add of other languages sub-forum in Omnimaga, I finally started to learn some French and German.

I want to discuss about how some of you learn a new language alone and useful resources for it.

Things that come right now in my mind:
tutorials for that languages (websites any?)
Dictionary
spell checker (might be a bad habit to use early or maybe only if you use the suggestions without trying to correct yourself first, making errors and correcting them is actually a good thing for learning)
translator (http://translate.google.com/)
books for beginners (don't forget the ebooks)
software for pronunciation (http://translate.google.com/)
games (suggestions: Pokemon Blue/Red)

Playing a game in a foreign language is fun and educational, preferentially RPGs or any game that have a history to learn/search new vocabulary.
I found Pokemon Red/Blue amazingly easy to understand in German, I had 3 years of German, 3 years ago and I remembered already lots of stuff and figured out some new.

308
ASM / Re: APP -- Sprites and text all messed up... why!?
« on: May 24, 2010, 02:53:28 pm »
I start to get it...
Though I still don't understand how your posted code can help.
What do I do in order to show sprited/text the right way?
I don't know what to do with the code you gave me, sorry :C
Instead of using:
 bcall _PutS
use:
 call app_PutS
and include the calcmaniac84 routine in the source code, of course.

309
Art / Re: Zelda 8X8
« on: May 22, 2010, 05:35:43 am »
wow that looks exactly like Link's Awakening.

I hope Spencer does not mind. j/k

310
TI Z80 / Re: TI Basic Editor
« on: May 20, 2010, 05:58:44 pm »
I think it is better to make [2nd] [Left or Right] should go to the being or end of line and [2nd] [Down or Up] go one page down or one page up.
Because if wordwrap is off, a way to go the end of line is useful and is more intuitive that [Down] goes one page down.
Wouldn't it be better to have [Alpha] [Down or Up] to go one page down or one page up since that's what happens in the normal Ti-basic editor?
Oh, yes, I confused the [2nd] with [Alpha]. Maybe [2nd] for going to the end of lines/pages and [Alpha] for next page.

311
TI Z80 / Re: TI Basic Editor
« on: May 20, 2010, 05:20:48 pm »
so i am officially doing the one line scrolling thing
Awesome!  I like that idea.  Could [2nd] [Left or Right] go to the next page of code instead of to the end of the line?
I think it is better to make [2nd] [Left or Right] should go to the being or end of line and [2nd] [Down or Up] go one page down or one page up.
Because if wordwrap is off, a way to go the end of line is useful and is more intuitive that [Down] goes one page down.

312
Computer Programming / Re: My schoolwork got rejected...
« on: May 20, 2010, 09:00:06 am »
Macros are really being used there.

I think every z80 assembly programmer should print this z80 instruction set by calcmaniac84:
http://www.ticalc.org/archives/files/fileinfo/427/42722.html

I printed in two pages and is without doubt valuable.

313
I don't mind which reform to use, because french varies from a country to another and some people finished school long before others (and never learned the new grammar)

As long as SMS/MSN style talk is not abused
Ok.
The same will happen to me because the Portuguese reform will be made for students one year bellow me. :P The Portuguese reform approximates European and Brazilian orthography, nice, but it is quite pragmatic for several reasons.

I hate SMS talk because without commas or stops, it can be totally ambiguous unless you read it loud (when there is possibility to get the words) and the needed pauses. ;_; MSN talk is not bad, at least in my circle of friends.

314
TI Z80 / Re: TI Basic Editor
« on: May 19, 2010, 03:30:11 pm »
Really promising.
I hope it gets stable enough to start using.

One wish, although you may have it planned anyway:
If it is possible do a definitive Catalog with all the tokens we need for ASCII art (greek letters and such)

315
Math and Science / Re: MIT courses online!
« on: May 19, 2010, 03:23:58 pm »
Very cool. I knew that there were good courses online but never spent some time finding and watching. That shall be useful next year. ;)

Pages: 1 ... 19 20 [21] 22 23 ... 84