Search found 112 matches

by calc84maniac
Mon 25 Jun, 2007 3:28 pm
Forum: General TI Discussion
Topic: The Ultimate Shell "NoShell"
Replies: 9
Views: 9135

Dwedit wrote:Or possibly something truly ugly: A token hook pointing to an archived program! (assuming the program is designed for execution from any address)
*cough*Flash Execution Protection*cough*
Found that out the hard way... :x
by calc84maniac
Fri 15 Jun, 2007 1:09 am
Forum: Programming Help
Topic: Trying to optimize this sprite routine...
Replies: 8
Views: 6303

Just use the "safe copy" routines. They work on all calc models. :)
by calc84maniac
Wed 13 Jun, 2007 1:14 am
Forum: Programming Help
Topic: [VB Express Edition] User control troubles
Replies: 18
Views: 10709

You called? :D
by calc84maniac
Tue 12 Jun, 2007 5:37 pm
Forum: Programming Help
Topic: [TI ASM] Useful routines.
Replies: 50
Views: 73326

Code: Select all

_strcpy:
   ldi
   inc bc
   ld a,(hl)
   or a
   jr nz, _strcpy
   ret
by calc84maniac
Tue 12 Jun, 2007 3:26 pm
Forum: Programming Help
Topic: [TI ASM] Useful routines.
Replies: 50
Views: 73326

The Better CP HL,DE
compares hl to de, same flag outputs as 8-bit compare

Code: Select all

or a
sbc hl,de
add hl,de
by calc84maniac
Fri 08 Jun, 2007 4:35 pm
Forum: General TI Discussion
Topic: Truly shocking code (z80 asm)
Replies: 34
Views: 26278

Well, cpl resets the carry flag, so it's an even tradeoff. :)
by calc84maniac
Thu 07 Jun, 2007 12:00 am
Forum: Announce Your Projects
Topic: Emulator
Replies: 61
Views: 86741

Emulator is great, debugger doesn't open for me. :(
by calc84maniac
Sat 26 May, 2007 4:43 pm
Forum: Announce Your Projects
Topic: [GBA] TI83 Emulator
Replies: 36
Views: 54368

And what are you going to do about the 50 buttons? :)
by calc84maniac
Fri 25 May, 2007 12:27 am
Forum: Off Topic
Topic: The Happy Birthday Thread
Replies: 538
Views: 1218722

echo("Happy Birthday!");
postcount++;
by calc84maniac
Mon 21 May, 2007 4:14 am
Forum: General TI Discussion
Topic: "cheating" at exams with notes/programs
Replies: 18
Views: 24017

Lol, once during a test I finished early and was bored, so I made a program that used xLib that displayed "RAM Cleared" on the graph screen and emulated a cursor blinking, and I said it was already cleared so they didn't clear it afterwards. :D I didn't really care anyway because I had Omn...
by calc84maniac
Fri 18 May, 2007 2:48 pm
Forum: Programming Help
Topic: [TI ASM] Interrupt problems.. (Ti-84)
Replies: 24
Views: 21316

The guy said
using port 4, and checking the bit that tells if the onkey is being depressed
It happens to be bit 3 of port 4.
by calc84maniac
Wed 09 May, 2007 9:53 am
Forum: Announce Your Projects
Topic: Grayscale Minesweeper
Replies: 12
Views: 8342

Look at this! O_O
Image
by calc84maniac
Mon 07 May, 2007 3:00 pm
Forum: Announce Your Projects
Topic: Grayscale Minesweeper
Replies: 12
Views: 8342

But all the other uploaded programs have screenshots already... it's possible that I forgot to include it in the upload form.
by calc84maniac
Mon 07 May, 2007 2:06 pm
Forum: Announce Your Projects
Topic: Grayscale Minesweeper
Replies: 12
Views: 8342

Finally released!
link

It seems as if I forgot to put in the screenshot... (though you can see it in the zipview if you want)
by calc84maniac
Fri 04 May, 2007 1:36 pm
Forum: General TI Discussion
Topic: I am shocked and apalled [Z80]
Replies: 15
Views: 18134

Aw CoBB, you stole my post!