Show Posts

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.


Messages - calcdude84se

Pages: 1 ... 92 93 [94] 95 96 ... 161
1396
The Axe Parser Project / Re: Bug Reports
« on: August 21, 2010, 03:47:47 pm »
Oh, I know why it's happening.
" and " is an 8-bit AND only. It only AND's the LSB, putting the MSB of the first argument into the MSB of the answer.
So "-1 and 0" simplifies to "EFFFF and 0", which simplifies to "EFF00", since only the LSB is operated upon.
What you need to do is use the 16-bit version, which, for AND, is the statplot dot. (Looks like a raised single pixel, pretty much).

1397
The Axe Parser Project / Re: Features Wishlist
« on: August 21, 2010, 03:43:14 pm »
That sounds like it could work. Though it wouldn't necessarily be the next End, since If's don't count, not being looping constructs.
Also, it would be nice to be able to specify how far out to go, possibly like "Goto End(3)" to break out of three loops. (This is constant, of course. "Goto End(X)" won't compile, just like "getKey(X)" won't.)
What token would work after Goto for a continue, though, since there's more than one looping construct?

1398
Computer Programming / Re: Brainfuck Programs
« on: August 21, 2010, 01:49:36 pm »
Nice, except that will display the characters $00,$01,$02,$03,$05,$08,$0D,$15,$22,$37, and so on, not the numbers.
Who wants to write a divby10 routine? (I will momentarily if no one else does)

1399
[OTcalc] Z80-Hardware / Re: eZ80 Hardware Discussion
« on: August 21, 2010, 01:05:48 pm »
100,000 is a lot, and is about the number for TI's 83+ Series calcs too.
They should last a while with a well-designed FS :)

1400
Computer Programming / Re: Brainfuck Programs
« on: August 21, 2010, 12:59:09 pm »
I managed to find a decent sized game here: http://jonripley.com/i-fiction/games/LostKingdomBF.html
The game was originally written in BBCBasic at 2.74KB, but the BF is 2.08MB x.x
Too bad it's too large for the calc :P

1401
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: August 21, 2010, 12:21:07 pm »
554. You use your calc as the interface to your PC.
555. You don't need a PC, you just use your calc, complete with WiFi

1402
News / Re: SpyBot45 Cemetech & UTI notifications disabled
« on: August 21, 2010, 12:17:56 pm »
That's understandable. A lot of the time I'll look at OmnomIRC and see only SpyBot messages x.x
Plus it eliminates having to be reminded of a new post on cemetech twice. :)

1403
Humour and Jokes / Re: My first attempt at a live rickroll!
« on: August 21, 2010, 12:14:39 pm »
Nice qazz. If only I could have been there :P
I ought to do this sometime...

1404
The Axe Parser Project / Re: Axe Parser
« on: August 21, 2010, 12:12:47 pm »
Nice to see ElseIf and Else!If; that should help reduce some excess End's in programs.
Keep up the good work! :D

1405
General Discussion / Re: This song is absolutely amazing :D
« on: August 21, 2010, 12:05:50 pm »
lol, same here DJ ;D
Nice find, though, definitely. I've never heard this before :)
Edit: And btw, why is this in Randomness?

1406
The Axe Parser Project / Re: Features Wishlist
« on: August 21, 2010, 11:29:00 am »
That, however, requires extra labels, and remember, Goto is bad :P
Edit: It's less that Goto is bad than we have to come up with extra label names for somewhere we shouldn't need to :)

1407
TI-Nspire / Re: Port of Little John to Nspire?
« on: August 21, 2010, 11:05:36 am »
Then it's even less of a problem than I thought :D

1408
TI-Nspire / Re: Port of Little John to Nspire?
« on: August 20, 2010, 12:41:33 pm »
The Nspire screen is actually 320*240, and an analog TV screen (NTSC, anyway) is 640*480.
Compacting 4 pixels of color to one of greyscale doesn't seem like it would be too difficult. Problems would only arise if one screen's dimensions weren't an integer multiple of the other.

1409
Agreed. My main complaint about AAA's is their shorter lifespan and higher price, while an internal battery could be a bit difficult to replace when it wears out.
Votes are 1-2-1-2-1 right now :P

1410
Agreed. Fewer keys is better. On the other hand, we should consider how we'll type letters. We can either have it like TI (numbers by default, press and release a key to set alpha mode), have it switched so it's letters by default, we can have it so it's more like shift and caps lock than just a one-key caps lock. (Hold the alpha button and press a key rather than press and release the alpha button then press a key)

Pages: 1 ... 92 93 [94] 95 96 ... 161