--- Log opened Fri Nov 28 08:49:45 2008 08:51 * chronomex huggles V200 08:58 < V200> nerds 08:59 <@chronomex> retard 08:59 <@chronomex> cold soulless machine 09:00 < millinao> test 09:00 <@chronomex> fail 09:00 < millinao> thats sooo cool 09:00 <@chronomex> whuut 09:00 -!- _aegis_ [~aegis@216.7.57.152] has joined #tcpa 09:00 < _aegis_> orly 09:00 -!- mode/#tcpa [+v _aegis_] by efneTI81 09:02 < V200> rly 09:02 <+_aegis_> yarly?! 09:02 <@chronomex> http://articles.lancasteronline.com/ap/4/pa_grafitti_myspace_clue 09:02 <@chronomex> retard --- Log closed Fri Nov 28 09:04:47 2008 --- Log opened Fri Nov 28 09:05:06 2008 09:05 < V200> :( 09:05 < millinao> "devient art"? 09:05 < millinao> what is this guy an emo 09:06 < V200> yes 09:06 <@chronomex> woman 09:06 <@chronomex> emo + moron --- Log closed Fri Nov 28 09:07:11 2008 --- Log opened Fri Nov 28 09:07:41 2008 09:08 < V200> hi 09:08 < V200> test 11:47 -!- benryves [~benryves@host86-133-13-85.range86-133.btcentralplus.com] has joined #cemetech 13:10 -!- tifreak [DanielThor@dialup-4.225.5.91.Dial1.Cincinnati1.Level3.net] has joined #cemetech 13:10 -!- mode/#cemetech [+o tifreak] by Ginsburg 13:10 -!- mode/#cemetech [+v tifreak] by ZiLOG80, CalcGames 13:58 -!- CalcMaze [aardrop@nightshade.epfarms.org] has quit [Ping timeout: no data for 489 seconds] 16:03 -!- tifreak [DanielThor@dialup-4.225.5.91.Dial1.Cincinnati1.Level3.net] has quit [Quit: have fun gents!] 16:10 < benryves> Is it possible/practical/easy to rename TI-OS variables? I imagine that if you kept the name the same length you could possibly get away by modifying the VAT directly, and there's always the memory-wasting trick of creating a copy then deleting the original... 16:13 <+Tari> you could also insert a new VAT entry for it and remove the old one 16:13 < benryves> That sounds like a good idea. Hm. I won't be handing archive variables, only ones in RAM, so that should make life a bit easier. 16:15 < Tsukasa> I envy you people who comprehend this stuff... 16:16 < benryves> Tsukasa: Hehe, start reading? :) 16:16 < Tsukasa> I've tried several times. It makes no sense to me and hurts my brain. 16:17 < benryves> Start slower? :\ 16:17 < Tsukasa> The first three chapters of Asm in 28 Days hurt my brain 16:18 < benryves> Did you ask for help from someone? 16:18 < Tsukasa> Nah 16:18 < benryves> Maybe you should. :) 16:18 < Tsukasa> I'll just keep reading that tutorial until my brain finally gets it. 16:18 < benryves> Plenty of friendly people around, if you don't understand something you could always ask for clarification. 16:18 < Tsukasa> I really don't want to ask for clarification on the entire language 16:19 < benryves> No, which is why you download the Z80 user manual and flip to the instruction reference in the back. 16:22 < Tsukasa> It still makes no sense to me 16:22 < benryves> Well, can you remember anything specific? 16:23 -!- CalcMaze [aardrop@nightshade.epfarms.org] has joined #cemetech 16:24 < Tsukasa> hm? 16:24 < benryves> What didn't you understand? Or did you not understand anything? :| 16:25 -!- mode/#cemetech [+o CalcMaze] by Ginsburg, ZiLOG80 16:25 < Tsukasa> I don't really understand anything beyond the header 16:25 < benryves> Do you do any other programming? :| 16:25 < Tsukasa> TI-BASIC, PHP, Java, some little bit of C++ 16:26 < benryves> So it should be pretty straightforwards, I'd have thought. :) 16:26 < Tsukasa> Nah, I can only understand conditional and boolean languages. 16:27 < benryves> And what do you mean by that? 16:27 < Tsukasa> that is to say, things that use if-then-else-end 16:27 < Tsukasa> while, for, do 16:27 < Tsukasa> etc.etc. 16:27 < Tsukasa> Anything with that sort of structure is a breeze for me 16:27 < Tsukasa> Just about any high level language is 16:27 < benryves> I see. You can replicate that structure in Z80 relatively easily. 16:28 < Tsukasa> but low-level languages like Assembler is just too hard for some reason 16:29 < benryves> Hmm 16:29 < benryves> There's more work involved, certainly. 16:29 < Tsukasa> It's going in both brains and out the other again..... 16:30 < benryves> Heh. Pretty much all you have in Z80 assembly is IF THEN GOTO