TI-Freak8x :: RE: VS C# Usage & Learning
Author: Kllrnohj Posted: 31 Oct 2012 09:34:28 pm (GMT -5) Your code doesn't match the lesson's - look again, particularly at where yours is failing on "namespace OneMethod"_________________There are...
View ArticleDoors CS :: RE: midi to floppy tunes for doors cs7
Author: KermMartian Posted: 31 Oct 2012 09:38:53 pm (GMT -5) Welcome to Cemetech, aadz93. Sadly, that's not too easy; it's easier to hand-sequence songs. If you use the conversion tables that came with...
View Article1337 Programming Tips :: RE: Python Switches
Author: Kllrnohj Posted: 31 Oct 2012 09:44:06 pm (GMT -5) elfprince13 wrote: Switches generally suggest the use of indexed jump tables, which are almost always more efficient than the straightforward...
View ArticleElectronics/Hardware Development :: RE: Modified Keyboard for Calc
Author: KermMartian Posted: 31 Oct 2012 10:15:32 pm (GMT -5) Well, you're not going to be able to get the TI keyboard to work with the Prizm, due to electrical differences between the two calculators'...
View ArticleWebsite :: RE: SaxJax IRC Linker Back Online
Author: elfprince13 Posted: 31 Oct 2012 10:43:20 pm (GMT -5) Quote: 21:42 <@Jonimus> I used it mainly for sax->irc 21:42 <@Jonimus> but the old code was one routine so I modified it...
View ArticleWebsite :: RE: SaxJax IRC Linker Back Online
Author: TheStorm Posted: 31 Oct 2012 10:49:50 pm (GMT -5) elfprince13 wrote: Quote: 21:42 <@Jonimus> I used it mainly for sax->irc 21:42 <@Jonimus> but the old code was one routine so I...
View ArticleWebsite :: RE: SaxJax IRC Linker Back Online
Author: Deep Thought Posted: 31 Oct 2012 10:53:22 pm (GMT -5) Joins and parts don't show up in SAX as far as I can tell._________________
View Article1337 Programming Tips :: RE: Python Switches
Author: elfprince13 Posted: 31 Oct 2012 11:01:01 pm (GMT -5) Kllrnohj wrote: Suggest, but don't necessarily use - and for interpreted languages like Python, almost certainly won't use indexed jump...
View ArticleCALCnet 2.2 :: RE: Basic Asm( Utility for Cn2.2
Author: geekboy1011 Posted: 01 Nov 2012 08:49:58 pm (GMT -5) Actually elfprince doing it the proposed way they only need to call the asm program 2 times in the entire code. Everything else will be...
View ArticleCALCnet 2.2 :: RE: Basic Asm( Utility for Cn2.2
Author: KermMartian Posted: 01 Nov 2012 09:01:32 pm (GMT -5) elfprince13 wrote: I still think it makes more sense to use the routines provided by Doors CS, and provide routines that interact with Basic...
View ArticleYour Projects :: RE: z80 Code Generation with LLVM
Author: AHelper Posted: 01 Nov 2012 09:30:07 pm (GMT -5) If this is going to be successful, firstly, can it pass arguments like the hitachi format (as registers unless they can't fit)? Secondly, this...
View Article1337 Programming Tips :: RE: Python Switches
Author: Kllrnohj Posted: 01 Nov 2012 09:50:11 pm (GMT -5) elfprince13 wrote: I wouldn't even mind a language that allowed you to optionally specify your own hash function to use with its switch...
View ArticleYour Projects :: RE: z80 Code Generation with LLVM
Author: elfprince13 Posted: 01 Nov 2012 09:50:32 pm (GMT -5) We define the calling conventions for code generation, that's why I was asking for your input. Let's split a new topic now, and try and get...
View ArticleYour Projects :: RE: GlassOS - "I'm not dead... I'm getting better"
Author: AHelper Posted: 01 Nov 2012 09:52:33 pm (GMT -5) <question removed, see topic split post> Anyways, gFiler dies. I need to investigate further. Either global ram is being nuked, or fopen...
View ArticleYour Projects :: RE: GlassOS - "I'm not dead... I'm getting better"
Author: elfprince13 Posted: 01 Nov 2012 09:54:50 pm (GMT -5) Compynerd255 wrote: AHelper wrote: Bug fixes:Kernel no longer uses __critical in normal use functions. Key_store needed it because the ISR...
View ArticleYour Projects :: RE: z80 Code Generation with LLVM
Author: AHelper Posted: 01 Nov 2012 09:56:06 pm (GMT -5) ok, good. I forked that project on github and will start working on it and seeing where it is at. If you want access to the repo, I can open...
View ArticleCALCnet 2.2 :: RE: Basic Asm( Utility for Cn2.2
Author: elfprince13 Posted: 01 Nov 2012 09:57:06 pm (GMT -5) KermMartian wrote: It seems to me that we need to figure out a good way to categorize the TI-BASIC tokens/functions that definitely do not...
View ArticleYour Projects :: RE: z80 Code Generation with LLVM
Author: elfprince13 Posted: 01 Nov 2012 09:58:03 pm (GMT -5) oh, let me add the stuff I worked on today. If you could open it up to me that would be great._________________StickFigure Graphic...
View ArticleYour Projects :: RE: z80 Code Generation with LLVM
Author: AHelper Posted: 01 Nov 2012 10:18:13 pm (GMT -5) Ok. For conventions, having registers passed as parameters is a MUST. This is a serious issue in SDCC. putchar(unsigned char x) pushing 1 byte...
View ArticleYour Projects :: RE: z80 Code Generation with LLVM
Author: elfprince13 Posted: 01 Nov 2012 10:26:42 pm (GMT -5) The commit I'm sending up now updates us to llvm 3.1, instead of whatever old version was around 2 years ago, and moved in the files that I...
View Article