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 ... 127 128 [129] 130 131 ... 161
1921
TI Z80 / Re: DJ's platformer with parralax scrolling
« on: July 03, 2010, 10:55:10 am »
Yeah, there is :(
Wabbit screenie attached.
Note that there is even more than is shown. Again, I am unsure what this actually does, but it may just be better to run it anyway (by either method I mentioned)

1922
TI Z80 / Re: DJ's platformer with parralax scrolling
« on: July 03, 2010, 10:45:54 am »
ztrumpet: yes, but by going directly to $003A rather than $006C, you're skipping other things (Probably unimportant, and 84+(SE) only IIRC, but still). I can post a short disassembly...
^++ yes, chaining would be so very useful (but definitely as an option, not a requirement :P)

1923
TI Z80 / Re: DJ's platformer with parralax scrolling
« on: July 03, 2010, 10:28:29 am »
Or rather $006C, because otherwise the OS would switch the shadow regs w/the regular regs again, messing all the registers up. (You could do an "exx \ ex af,af'" before a "jp $0038", which would be a total of 5 bytes, or two bytes more, and that's not as good.)
We just need a way in Axe to chain the normal IM 1 interrupt to the program's custom IM 2 interrupt.
Edit: Changed info to reflect that it should be "jp $0038" rather than "rst 38h"

1924
Nice demos Kerm! I can't wait for DCS7 :)
The BASIC libs look like fun (especially w/the quadratic solver :P)
Keep up the good work!

1925
Other Calculators / Re: TI-83 Plus Saves Student from Bullet
« on: July 03, 2010, 10:10:51 am »
Poor calculator... :P
Interesting find, anyway. :)

1926
Other Calculators / Re: Wabbitemu Tool-Assisted Speedrun support test
« on: July 03, 2010, 09:47:51 am »
Nice screenshot!
* calcdude keeps waiting for a public demo :P
Pausing the emulation at every in a,(01h) and in a,(c) when c is 01h could be interesting... It could be an awful pain at times, but I guess it could be useful.
If that's being done, then Wabbit should probably highlight the keys corresponding the selected groups (what keys will be checked on the read from the keyboard). For example, the code "ld a,FEh \ out (01h),a \ nop \ nop \ in a,(01h)", which checks the arrow keys, would highlight them upon reaching the "in a,(01h)" line.
Edit: Nevermind, there is one (demo). I just hadn't reached the post yet :P

1927
Introduce Yourself! / Re: [Insert creative subject here]
« on: July 03, 2010, 09:37:36 am »
Welcome to Omnimaga!
* calcdude lost The Game

1928
The Axe Parser Project / Re: Bug Reports
« on: July 03, 2010, 09:29:41 am »
Quigibo: I'm pretty sure that it would still preserve interrupt status, even when interrupted, because a properly done interrupt (such as the TI-OS one, and the one built into Axe) might as well not have executed as far as the other code is concerned (as long as you're not using the shadow regs, of course).
graphmastur: When you do "ld a,i" or "ld a,r" the current interrupt status (enabled, disabled) is stored in the parity flag. Set (pe) means interrupts are enabled, reset (po) means they were disabled.
So, if interrupts were disabled before, the "ret po" line will cause a return, skipping the re-enabling of interrupts.

1929
Maybe we could make an entire list of "Screenshotting Guidelines" like "2^6 Ways to Get Your Files Accepted to ticalc.org"?
Unfortunately, 2^1 (or 2^1+1 or 2^2, I don't know how many we're at) doesn't make a good list.
More guidelines! :P

1930
Introduce Yourself! / Re: Hello...
« on: July 03, 2010, 08:49:28 am »
Welcome to Omnimaga. :)
(Yes, this is a bit late, but I still want to say hi :P)

1931
Humour and Jokes / Re: 6666th post of the month!
« on: July 03, 2010, 08:01:19 am »
I have >300 posts in Randomness? Wow... I didn't realize that.
*calcdude needs to post in more beneficial areas. (This topic not being one :P)
And epic evil stats, DJ. Nice find. :P
Edit: It's only 76... How'd you get that number, DJ? :P

1932
Miscellaneous / Re: SirCmpwn not(C parents blocked Omnimaga again
« on: June 25, 2010, 09:12:48 pm »
I was just joking around; I didn't even know about the method :P
The main problem here is effort, where most of us don't want to have to encode and decode everything. Now, if it were automated, that'd be different, but it's not :P (not like we'd deny people access anyway, the problem isn't that serious)

1933
Miscellaneous / Re: SirCmpwn not(C parents blocked Omnimaga again
« on: June 25, 2010, 08:44:14 pm »
Of course, let's use that :P Just like this article says:
Quote
41. The NSA uses only TI-BASIC for their highest level of encryption, so make sure you clearly label those BASIC encryption programs as "UNBREAKABLE."
:P

1934
Miscellaneous / Re: SirCmpwn not(C parents blocked Omnimaga again
« on: June 25, 2010, 08:33:21 pm »
Have fun getting the hardware.
Btw, you'll need something more sophisticated than pig latin :P
RSA encrypt every message? (j/k too impractical)

1935
Axe / Re: Decimals and Graphing Fractals
« on: June 25, 2010, 08:12:52 pm »
The 10-minute one? I'm not sure where that one is, but I can get you the link for the 1-minute one.
Edit: 1-minute Mandelbrot set is at http://ourl.ca/4129/97657 I'm not sure if the 10-minute one was ever released, you may have to ask Quigibo personally, if he even has it still.

Pages: 1 ... 127 128 [129] 130 131 ... 161