Results
|
Choice
|
Votes
|
|
Percent
|
Yes, I'm going to continue a project I started
|
53
|
32.1%
|
|
Yes, I'm going to start a brand new project
|
33
|
20.0%
|
|
Yes, I'm going to continue a project someone else started
|
3
|
1.8%
|
|
Maybe, I haven't decided yet
|
33
|
20.0%
|
|
No
|
33
|
20.0%
|
|
It's not almost summer, it's almost winter!
|
10
|
6.1%
|
|
|
Re: Do you have any summer calculator programming projects planned?
|
NightWind
(Web Page)
|
Yeah, I'm going to finish up my Side Scroller engine in BASIC. Hopefully I'll even have it done before summer, since all I still have to do is finish the demo levels. After that, I'll finish my 84 shell, True Blue. Named in honor of the screen I got after trying to use Codex's "inverse rectangle" function!
Question: I can't find any entries anywhere for what the OpenLib( and ExecLib commands on my 84+ SE do. Anyone know?
|
Reply to this comment
|
25 May 2005, 06:28 GMT
|
|
Re: Do you have any summer calculator programming projects planned?
|
redsoxfan
|
I have an idea for a currency conversion program that I would update using a list of current exchange rates every week or so.
|
Reply to this comment
|
25 May 2005, 12:25 GMT
|
|
Re: Do you have any summer calculator programming projects planned?
|
Elektron9
(Web Page)
|
I could continue to update the FaceMake program I made...possibly. I still have to upload the rest of my programs onto ticalc.org.
|
Reply to this comment
|
25 May 2005, 12:51 GMT
|
|
Re: Do you have any summer calculator programming projects planned?
|
elfprince13
(Web Page)
|
Im porting BasicBuilder to Mac....rock on!!!
|
Reply to this comment
|
25 May 2005, 14:42 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Re: Re: Re: Re: Re: Do you have any summer calculator programming projects planned?
|
CajunLuke
(Web Page)
|
Maybe they're talking about Intel-manufactured G5s or a future line of Intel PPC G6 processors (yay!).
Maybe they're talking about something mundane like a RAM controller, BIOS (actually Open Firmware) chip, or even simply RAM sticks (or maybe Apple and Intel are working together to make a radically new cooling system for the next-generation superhot chips, maybe one that will involve levers, dials, crumb trays, rye, and English muffins).
Maybe Apple's best LCD projector burnt out several weeks before Jobs's WWDC keynote, and they need to get one custom-made, rush.
Maybe (but highly unlikely) they're talking about a whole new chipset, and Apple's about to make another giant transfer, like the M68000 to PowerPC jump.
But I guarantee it's not x86 processors: that jump is too big.
(Apple: don't sue me!)
|
Reply to this comment
|
27 May 2005, 14:13 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Re: Re: Re: Do you have any summer calculator programming projects planned?
|
CajunLuke
(Web Page)
|
The only decent x86 emulator for Mac is Microsoft's Virtual PC. It costs US$200, plus Windows (or x86 Linux).
Hehe... when I get an Apple laptop to take to college, I plan to install PPC MandrakeLinux on a partition, Jaguar, Panther, and Tiger each on their own, boot in Linux, use their "emulation" layer to run MacOS, run VPC in there, and run Windows programs in WINE on the same version of Linux (x86 flavor) in VPC. Ought to be fun. And then it crashes :(.
|
Reply to this comment
|
27 May 2005, 13:51 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Re: Re: Re: Re: Do you have any summer calculator programming projects planned?
|
Chris Williams
(Web Page)
|
Oops, I forgot the link. Sorry.
It's not written specifically for any calculator, just as TASM isn't either. It assembles Z80 programs into machine code. You have to use another program to wrap the machine code file into a .8xp or whatever file (this is sometimes called a linker because it runs where a linker normally would).
You might be able to find a suitable "linker" in the Unix directory here at ticalc.org. I found a couple called "PerlSquish" and "bin8x" that might work, but I don't know if they work with the 84+.
In case you or others don't know this, here are the steps you generally need to take to assemble a program for most of the calcs. They may vary depending on which programs you use, and some steps might even be omitted (or they might be all combined):
1) assemble the asm file to a hex or binary file
2) convert hex file to binary*
3) link binary file to a program variable file (such as .8xp)
*Some assemblers output a binary file, so you can skip step 2 with them. tpasm writes to a hex file, so you'll have to get a hexfile->binary converter for that. I've written a hexfile converter, so you can ask me nicely if you want it, or you can just download tpasmtools.tgz in Unix Utilities.
|
Reply to this comment
|
26 May 2005, 05:49 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Re: Re: Re: Re: Re: Re: Do you have any summer calculator programming projects planned?
|
JcN
(Web Page)
|
Use DOS.
Place all of the assembly tools (asm.bat, TASM, DevPack83, DevPac8x, obj83, etc.) and the text file that contains your code into one folder. Next, change the current directory to that folder. Finally, type in "asm (name)," where (name) is the name of the text file, and if all goes well the program should assemble into 83p and 8xp files. Please correct me if this is wrong--it's been years since I've done this ;)
|
Reply to this comment
|
27 May 2005, 03:29 GMT
|
|
1 2 3 4 5
You can change the number of comments per page in Account Preferences.
|