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 - calc84maniac

Pages: 1 ... 191 192 [193] 194 195 ... 197
2881
ASM / GAME: Optimize this! (z80 assembly)
« on: August 28, 2007, 03:35:00 pm »
What's with the "ld c,(hl) \ inc hl \ dec c"? You never use c for any reason whatsoever.

2882

 THE POST 13380101
Hehehe, read that in the paper today. Nice. XDsmiley.gif


2883
News / Celtic v2.4 added to archives
« on: August 23, 2007, 03:49:00 am »
If the name is like it should be, then it shouldn't be hidden. :Ptongue.gif

2884
Other Calculators / Do you carry your calc in your pocket?
« on: August 22, 2007, 05:18:00 am »
I carry it in my left pocket. ^_^ (Oops, now all you pickpockets know where I keep it! :oohmy.gif)

2885
General Discussion / Do u like christian Rock
« on: August 10, 2007, 10:48:00 pm »
Well, what is it that you stand for? :Ptongue.gif

2886
News / xLIB 0.602b released and more missing progs added
« on: July 30, 2007, 05:33:00 am »
I guess you didn't notice the answer to http://kvince83.tengun.net/maxboard/viewtopic.php?p=60609#60609

2887
News / xLIB 0.602b released and more missing progs added
« on: July 30, 2007, 04:54:00 am »
He just fixed some bugs, which I'm sure you know already from MaxCoderz. Just so everyone else knows. :)smile.gif

Edit: Talking about xLib

2888
Introduce Yourself! / Hello There
« on: July 30, 2007, 04:52:00 am »
Wolcum! [/ye olde english]

2889
Other Calculators / Holy crap? Awesome animation for regular 83
« on: July 28, 2007, 08:36:00 am »
Yeah, I saw that a while ago. It's really cool, wish I could code something like that XDsmiley.gif

2890
Other Calculators / Might be getting an 84+ SE today
« on: July 26, 2007, 05:28:00 am »
Plus the much better hardware... ^_^

2891
Miscellaneous / The Happy Birthday Thread
« on: July 14, 2007, 05:34:00 pm »
It's my birthday! :gift:party3.gif (heh, you're pretty much the only forum that has a party hat emoticon... ^_^)

2892
ASM / Sprites ?
« on: July 13, 2007, 04:31:00 am »
I tested this code oncalc and nothing happened:

c1-->
CODE
ec1ld hl,$4000
inc (hl)
dec (hl)
retc2
ec2

2893
ASM / Sprites ?
« on: July 12, 2007, 01:38:00 pm »
If HL does point to ROM, would that affect anything?

2894
Miscellaneous / Eragon
« on: July 10, 2007, 11:28:00 am »
There are only 7 Narnia books XDsmiley.gif

2895
ASM / Sprites ?
« on: July 10, 2007, 07:01:00 am »
nop waits 4 clock cycles. That's 4/6000000 seconds.

halt waits for an interrupt to trigger, which takes various amounts of time, depending on when the last interrupt triggered. If interrupts are disabled, then don't try halt. ;)wink.gif

Pages: 1 ... 191 192 [193] 194 195 ... 197