1546
Casio Calculators / Re: Casio Prizm documentation
« on: December 19, 2010, 09:37:30 pm »
Can you post that usb format in here, for future reference, and because I lost the link.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 1546
Casio Calculators / Re: Casio Prizm documentation« on: December 19, 2010, 09:37:30 pm »
Can you post that usb format in here, for future reference, and because I lost the link.
1547
Humour and Jokes / Re: this is supposed to happen, right?« on: December 19, 2010, 09:36:36 pm »no, it's just a bunch of addon incompatabilities. the one good thing about having a router based proxy is that it doesn't touch anything on the machine itself =DReally? Mechanic: Somebody set up us to lose. 1548
Casio Calculators / Re: Casio Prizm documentation« on: December 19, 2010, 09:07:19 pm »
I wanna buy one, too now. This is good work. I might just go look at the spanish datsheet, fore now.
Edit: how did Spansion become spanish? 1549
Axe / Re: 3 byte vars?« on: December 19, 2010, 07:25:00 pm »
Let's see, addition of 3 byte vars. In Axe. Sounds like fun. Okay, let's see. Assuming A is the MSB, and B has the LSW. For the second number, C=MSB, and D has the LSW. Unsigned, I'm assuming. LSW=Least significant word (2-bytes). MSB=most significant byte. mSB=middle significant byte. LSB=Least significant byte.
It is essentially D+B is the LSW. And (D+B-65535)+A+B is the MSB. Note, that assumes D+B>65535. If it's not, then you get the wrong solution, so check that beforehand. Note, that with assembly, I can think of a better routine than that. Example: (Note, X >> 8 means shift X 8 bits to the right) 0xECD182. 0xEC=A 0xD182=B 0x9287F6. 0x92=C 0x87F6=D B & 0x00FF = 0082h = E D & 0x00FF = 00F6h = F E+F = 0x0178 = G G >> 8 = 0x0001 = H B >> 8 = I D >> 8 = J H+I+J = 0x959 = K K >> 8 = L L+A+B = 0x0187 = M (G&0x00FF)+(K<<8) = N M is now your MSW, and N is the LSW. So, your number is MN or 0x0187 5978. I think that should work. Good luck with that. I don't know about subtraction, though. ;-) EDIT: triple-ninja'd. 1550
TI Z80 / Re: Axe Guitar Hero.« on: December 19, 2010, 06:46:07 pm »
This is kinda awesome! I think it needs more graphics but for right now, it looks awesome!
1551
The Axe Parser Project / Re: [idea] multi-page apps« on: December 19, 2010, 06:44:57 pm »
Oh, thank you very much! What does P2ldir do?
1552
Web Programming and Design / Re: What is a better domain name?« on: December 18, 2010, 11:07:17 pm »Okay! Welcome to omnimaga!Yes.http://codeplanet.co.cc/ - my site is already up and runningWait, what? are you Homer-16's friend? 1553
Web Programming and Design / Re: What is a better domain name?« on: December 18, 2010, 11:06:12 pm »http://codeplanet.co.cc/ - my site is already up and runningWait, what? are you Homer-16's friend? 1554
Miscellaneous / Re: So who's gonna be around during holidays?« on: December 18, 2010, 11:05:07 pm »That, and I'm working on usb on the calc. My mind is fried. 1555
Web Programming and Design / Re: What is a better domain name?« on: December 18, 2010, 11:04:29 pm »
.com domain? My vote is for Codeplanet.
1556
Miscellaneous / Re: So who's gonna be around during holidays?« on: December 18, 2010, 11:02:37 pm »Xeda is a HerWhoops. Fixed. You would make mistakes like that too, if you were as tired as I was. <text cropped out for my sanity>Xeda has no internet at home. I think they have no computer at all. I don't remember why. Maybe his parents doesn't want any computer inside the house or just can't afford them (the reason why it took until 2004 for me to get one and it took until 2005 until I buy one) So in other words, I need to make a calc connect to omnimaga. That could work. 1557
Miscellaneous / Re: So who's gonna be around during holidays?« on: December 18, 2010, 10:57:16 pm »Why is xeda gone? I know I got an email from him saying she barely had internet access.Well there are like 8 people who have no access I think. SirCmpwn, Xeda, JustCause, etc.Ah ok well I'M glad there will at least still be some people around. I was worried I would be all alone around here 1558
Correlation / Re: Request for a Java Programmer« on: December 18, 2010, 12:07:25 pm »* king graphmastur declares omnimaga should now be referenced as "GAMANIOM" anyway, I don't full understand thr output format. Is it just a .png ir .gif or what?
1559
Miscellaneous / Re: So who's gonna be around during holidays?« on: December 18, 2010, 07:20:53 am »
My activity will be lowered, but I'll still be here.
1560
Computer Programming / Re: Does Java work on all computers?« on: December 17, 2010, 10:45:28 pm »to the jar file or java.exeJar file. Also, are you 32 bit or 64 bit user? what OS? |
|