Website :: RE: Suggestions
Author: KermMartian Posted: 03 Nov 2012 08:01:09 pm (GMT -5) Yup, I fixed it. I had to overhaul a lot of code, and it also gave me the opportunity to cut almost all of the redundant code out of the...
View ArticleWebsite :: RE: General Site Updates
Author: KermMartian Posted: 03 Nov 2012 08:08:31 pm (GMT -5) 2012-11-03 Overhauled the users list at the bottom of the forum index to display bots grouped by name and in a separate list from registered...
View ArticleContests :: RE: Contest #9 Suggestions
Author: KermMartian Posted: 03 Nov 2012 08:10:58 pm (GMT -5) I hear that, and I think it's a good point. One of my biggest problem is the people who come to us and say "I've never written an AI, so I...
View ArticleContests :: RE: Contest #9 Suggestions
Author: Deep Thought Posted: 03 Nov 2012 08:22:08 pm (GMT -5) TI-Concours ran an idea like that for the TI-BASIC second roundan AI subroutine to plug into a Light Cycles framework, where the score is...
View ArticleYour Projects :: RE: z80 Code Generation with LLVM
Author: elfprince13 Posted: 03 Nov 2012 08:39:38 pm (GMT -5) AHelper wrote: What do you have in mind? I would strongly go against anything that doesn't inline itself. Port_write(byte portNum, byte...
View ArticleContests :: RE: Contest #9 Suggestions
Author: Ashbad Posted: 03 Nov 2012 08:58:35 pm (GMT -5) KermMartian wrote: I hear that, and I think it's a good point. One of my biggest problem is the people who come to us and say "I've never written...
View ArticleYour Projects :: RE: z80 Code Generation with LLVM
Author: AHelper Posted: 03 Nov 2012 09:32:13 pm (GMT -5) Well, I know that it can arrange stuff in the linker. Just wondering if you can specify which location. Not needed to know now Still learning...
View ArticleCALCnet 2.2 :: RE: Basic Asm( Utility for Cn2.2
Author: KermMartian Posted: 03 Nov 2012 10:56:43 pm (GMT -5) Well, assuming that the regular Doors CS BASIC parser hook is already running, we don't need any new hooks, just extra conditional paths in...
View ArticleCALCnet 2.2 :: RE: Basic Asm( Utility for Cn2.2
Author: geekboy1011 Posted: 03 Nov 2012 11:03:16 pm (GMT -5) Hmm do you have space anywhere else in DoorsCS?_________________Cadan: CD : My (first?!?) mod of the cadan engine for a not so demoified...
View ArticleContests :: RE: Contest #9 Suggestions
Author: pcb_master Posted: 03 Nov 2012 11:22:09 pm (GMT -5) I vote we do a hardware contest.
View ArticleContests :: RE: Contest #9 Suggestions
Author: geekboy1011 Posted: 03 Nov 2012 11:24:32 pm (GMT -5) pcb_master wrote: I vote we do a hardware contest. And how do you propose this would work? It could be interesting._________________Cadan:...
View ArticleYour Projects :: RE: z80 Code Generation with LLVM
Author: elfprince13 Posted: 04 Nov 2012 12:10:40 am (GMT -5) Incidentally, I don't see why this Code: __at 0xBB10 volatile unsigned char var_lcd_x; couldn't be done like this: Code: volatile unsigned...
View ArticleElectronics/Hardware Development :: RE: UARTunes
Author: Tari Posted: 04 Nov 2012 01:06:38 am (GMT -5) christop wrote: There are sites that can calculate that stuff too, which is good for people who aren't stuck on a Wintel machine (I'm on an Android...
View ArticleYour Projects :: RE: z80 Code Generation with LLVM
Author: Tari Posted: 04 Nov 2012 01:15:35 am (GMT -5) elfprince13 wrote: Ultimately, I would like to see all sorts of llvm-friendly compilers be supported (I suspect Tari would appreciate support for...
View ArticleYour Projects :: RE: z80 Code Generation with LLVM
Author: AHelper Posted: 04 Nov 2012 01:22:25 am (GMT -5) elfprince13 wrote: Incidentally, I don't see why this Code: __at 0xBB10 volatile unsigned char var_lcd_x; couldn't be done like this: Code:...
View ArticleYour Projects :: RE: z80 Code Generation with LLVM
Author: Tari Posted: 04 Nov 2012 01:29:20 am (GMT -5) For common saferam, you shouldn't even need to do anything fancy. Just define your .data section to be where you have some safe memory. GNU ld...
View Articlez80 Assembly :: More code confusion
Author: shundra9 Subject: More code confusionPosted: 04 Nov 2012 01:41:37 am (GMT -5) Once again, a seemingly simple programming task has me baffled... The program below should make the message...
View Articlez80 Assembly :: RE: More code confusion
Author: Tari Posted: 04 Nov 2012 01:55:29 am (GMT -5) That.. shouldn't even assemble. Code: ld hl, curRow ;initialize curRow and curCol to 0 ld (hl), $0000 (hl) acts like an 8 bit register,...
View ArticleContests :: RE: Contest #9 Suggestions
Author: KermMartian Posted: 05 Nov 2012 09:36:00 am (GMT -5) Well, then how about having two options, either extensively modifying an existing, released game/program (with the author's permission) or...
View ArticleCasio Prizm/FX Development & Programming :: RE: Prizm Basic fighting game
Author: KermMartian Posted: 05 Nov 2012 09:36:41 am (GMT -5)The_Coded wrote:I've played around with the variables for days...I can't get this darn thing to stop giving me domain errors!..this might...
View Article