QUOTE | the fact that it's not software programming oriented enough, that it helps understanding ASM but it doesn't help making programs or small games.
QuoteBegin-Jon+20 Jan, 2007, 16:5-->QUOTE (Jon @ 20 Jan, 2007, 16:50) | QUOTE | QUOTE | the fact that it's not software programming oriented enough, that it helps understanding ASM but it doesn't help making programs or small games.
*Basic Guru stares back O_O *
I only read 1 tutorial on basic before i understood the basics of it (can't remember the name, but it was on ticalc.org). I eventually taught myself how to make games.
I've read about 6-7 different asm tutorials and haven't understood any of them. (maybe it's my laziness :P )
Hopefully someday i'll be patiant enough to learn.
Yea assembly does need patience thats what I hated about it. I sat down like 5 or 7 times and tried to learn then one day on Friday in school I was like Im going to go home and dedicate this whole weekend to learning ASM and that is when it happened. I actually learned(not mastered just grasped) ASM after 2 days.Seriously I think you need to just grasp the ideas not program for a week and let the ideas simmer and then things will click. Ask questions and you'll be on your way to a great career.
Now time for some x64 Aseembly how about it :)
ya, it takes a different amount of time for everyone to grasp the concepts, but once you do, it's your choice whether you want to continue pursuing it cuz everything else is just an application of the basics. Something clicks eventually but that can't happen unless you try.
actually, the thing that annoyed me the most was setting up the assembly environment, but that was before Latenite, SPASM, and wabbit were available XD
hmm... maybe i'll try and learn it when summer starts, or after i finish all my Basic projects.
Anyway, to get back on topic, what else ought to make it into the tutorials? I need to learn about interrupts/grayscale, then I will try to make a very in-depth explanation of how to create grayscale. Interrupts are a toughy (tuffy?) to learn, and I'm pretty sure teaching them won't be any easier, but I will do my best. :)
i would keep grayscale for the final sections (with graphics stuff tho)
grayscale is basically implemented the same way as basic except interrupts make less flicker
I just learned interrupts yesterday, and can't wait to teach them ^_^
yeah i basic you have to keep running a recall pic command (xlib) to switch the gs checkered pattern quickly. This can make things slow sometimes (altough still bearable with xlib). Gambit from the IRC channel or Maxcoderz did an interrupt based gs for BASIC once, but it didnt looked much better because it wasn't synced with the LCD and it kept crashing :( . I guess TI-OS+messing with interrupts in BASIC=kaboom
that sounds bad :(
afaik, interrupt based usually guarantees (near)-flickerless.
It really depends on the method you are using for the grayscale, as well as the interrupt frequency (ie. desolate). The more often interrupts are triggering, the more often the screen is being blinked, so it will be less flickery, but that also means the game will be slower, because more of the processor's power is being devoted to the grayscale :(
not that this has anything to do with this thread, but i don't feel like starting one (and it would be pointless), but i am starting to actually understand ASM!!! :w00t: I've been looking at a tutorial (Arasian one at ticalc.org), and what helps me understand it the most is (you could use this in your tutorial) that he shows you code how to do something and explains what it is. Unlike ASM in 28 days, he (maybe she?) doesn't explain everything about flags at once and stuff like that. And it helps that i am copying down his code, then commenting it all to make sure i understand what each command does.
Just thought i'd post something :P
if you complete this i would voulenteer to use it to teach myself asm. sorta like a beta tester. I really want to learn asm at sometime so i think it would be "mutually beneficial" :)
i don't think jon will be doing much tutorial making for a while (if you don't know why, look at another thread ;) )
im assuming that your talking about tetris taking up the majority of his time right? (im bad at inuendo and hints) :/ ya, i see. But it doesn't really matter if the thing's not done for a while, i dont have anything important/timeconsuming untill the start of the fall soccer season. and even then its not that bad.
no, it's not tetris (he won't work on that for a while either). Click http://omnimaga.org/index.php?showtopic=1159
|
|
|
|
|