Casio Prizm/FX Development & Programming :: RE: Zeldaking's Official C help...
Author: Tari Posted: 18 Nov 2012 09:57:02 pm (GMT -5) Hard to tell if we can't map line numbers to anything. Just guessing, but maybe Kerm has not-C on the brain (but maybe what he said is actually...
View ArticleWebsite :: RE: 200K Posts, Other Stats
Author: DJ_O Posted: 18 Nov 2012 10:58:06 pm (GMT -5) Congrats! It's always great to see a calculator forum reach a 6-digit milestone in posts, now you reach a 2nd one. Do you think at one point you...
View ArticleWebsite :: RE: 200K Posts, Other Stats
Author: comicIDIOT Posted: 18 Nov 2012 11:01:08 pm (GMT -5)DJ_O wrote:Congrats! It's always great to see a calculator forum reach a 6-digit milestone in posts, now you reach a 2nd one. Do you think at...
View ArticleGeneral Programming :: RE: TheMazeGame (a precursor to a roguelike) in Axe
Author: Compynerd255 Posted: 19 Nov 2012 02:03:39 pm (GMT -5)GinDiamond wrote:Is there a way to optimize the ClrDraw (code) DispGraph? I have a feeling that its a bit slow (or will become slow)... You...
View Articlez80 Assembly :: RE: z80 version of If
Author: chickendude Posted: 19 Nov 2012 02:14:15 pm (GMT -5) What bcall? You mean bcallz(XXX)? When would you ever use that? If you want you can just jump over the bcall:Code:Â Â cp $3FÂ Â jr...
View Articlez80 Assembly :: RE: z80 version of If
Author: LuxenD Posted: 19 Nov 2012 02:47:21 pm (GMT -5) Mimas has something called JQ, which is replaced by the proper jp or jr on compilation. and i asked about the bcall Random._________________Don't...
View Articlez80 Assembly :: RE: z80 version of If
Author: Ashbad Posted: 19 Nov 2012 03:23:53 pm (GMT -5)LuxenD wrote:Mimas has something called JQ, which is replaced by the proper jp or jr on compilation. and i asked about the bcall Random. Just keep...
View ArticleContests :: RE: Cemetech Contest #9 Announced
Author: Enigma Posted: 19 Nov 2012 03:39:56 pm (GMT -5) But regular method help with no code would be allowed or no?
View ArticleElectronics/Hardware Development :: RE: I need base for programming
Author: uhso Posted: 19 Nov 2012 03:41:13 pm (GMT -5) Ok this might be a dumb question but where are the keys for > and = and other symbols?_________________ti-84 plus
View ArticleContests :: RE: [Contest #9] Settlers of Koprulu
Author: elfprince13 Posted: 19 Nov 2012 03:50:28 pm (GMT -5) Double post....but I'm proud of this! [edit] compare with:_________________StickFigure Graphic Productions || VSHI: Vermont Sustainable...
View ArticleContests :: RE: Cemetech Contest #9 Announced
Author: KermMartian Posted: 19 Nov 2012 04:14:38 pm (GMT -5)Enigma wrote:But regular method help with no code would be allowed or no? Discussing general techniques is not a big deal. Part of the point...
View ArticleElectronics/Hardware Development :: RE: I need base for programming
Author: KermMartian Posted: 19 Nov 2012 04:16:20 pm (GMT -5)uhso wrote:Ok this might be a dumb question but where are the keys for > and = and other symbols? The TEST menu has the items that you...
View ArticleContests :: RE: [Contest #9] Settlers of Koprulu
Author: KermMartian Posted: 19 Nov 2012 04:17:01 pm (GMT -5) That looks awesome! What are you going to be doing to cram that grayscale image in there? What display library will you use?_________________
View ArticleElectronics/Hardware Development :: RE: I need base for programming
Author: uhso Posted: 19 Nov 2012 04:24:23 pm (GMT -5) ok so I entered his code, i get an error_________________ti-84 plus
View ArticleElectronics/Hardware Development :: RE: I need base for programming
Author: KermMartian Posted: 19 Nov 2012 04:25:38 pm (GMT -5)uhso wrote:ok so I entered his code, i get an error Please write more complete and descriptive posts. For example, show the code that...
View ArticleContests :: RE: [Contest #9] Settlers of Koprulu
Author: elfprince13 Posted: 19 Nov 2012 04:31:52 pm (GMT -5) I typically use the RIG routines to display stuff in grayscale. I can always remove it if I'm crammed for space, but the routines themselves...
View ArticleGeneral Programming :: RE: Startup Script Mac OS X
Author: ACagliano Posted: 19 Nov 2012 04:34:20 pm (GMT -5) Ok, if I go with the creating of a shell script, is this the proper code?Code:!/bin/bash sudo /opt/local/libexec/portsentry.sh -tcp sudo...
View ArticleGeneral Programming :: RE: Startup Script Mac OS X
Author: elfprince13 Posted: 19 Nov 2012 04:37:02 pm (GMT -5) make the first line of your script Code:#!/bin/bash instead ofCode:!/bin/bash. If you continue to use launchd, you shouldn't need all of...
View ArticleContests :: RE: [Contest #9] Settlers of Koprulu
Author: KermMartian Posted: 19 Nov 2012 04:44:20 pm (GMT -5)elfprince13 wrote:I typically use the RIG routines to display stuff in grayscale. I can always remove it if I'm crammed for space, but the...
View ArticleGeneral Programming :: Understanding How to Pass Members Between Classes
Author: mysdyva Subject: Understanding How to Pass Members Between ClassesPosted: 19 Nov 2012 06:33:20 pm (GMT -5) I would be very grateful if someone could help me understand the passing of variables...
View Article