Search found 67 matches

by darkstone knight
Tue 20 Apr, 2010 2:02 pm
Forum: Announce Your Projects
Topic: Supaplex
Replies: 4
Views: 14420

Re: Supaplex

ticalc link is up

http://www.ticalc.org/archives/files/fi ... 42807.html

you can send feature requists to featprog[at]ticalc.org :D
by darkstone knight
Tue 20 Apr, 2010 2:02 pm
Forum: Announce Your Projects
Topic: Supaplex
Replies: 4
Views: 14420

Re: Supaplex

triple post? i did only klick "submit" twice...
by darkstone knight
Sun 18 Apr, 2010 10:22 pm
Forum: Announce Your Projects
Topic: Supaplex
Replies: 4
Views: 14420

double post, maxcoderz is slow today...
by darkstone knight
Sun 11 Apr, 2010 9:02 pm
Forum: Programming Help
Topic: [TI ASM]
Replies: 1
Views: 7472

Re: [TI ASM]

sending %xxxxxxx0 to port $3 should do the trick

send %00011101 to re-enable every interrupt, see day 23 of asmin28days
by darkstone knight
Sun 11 Apr, 2010 7:54 pm
Forum: Announce Your Projects
Topic: Supaplex
Replies: 4
Views: 14420

Supaplex

more than a year after i started on this project, it is finally in releasable state. it isn't finished, (why? various reasons, most important being a lack of interest) but very playable, it is only missing 2 important features: you cant "die" yet. this means all the scissors are kind of us...
by darkstone knight
Sun 21 Mar, 2010 3:20 pm
Forum: Off Topic
Topic: Dead forums (lively thread)
Replies: 123
Views: 311038

Re: Dead forums (lively thread)

you missed a few....
by darkstone knight
Fri 22 Jan, 2010 4:55 pm
Forum: Announce Your Projects
Topic: supaplex
Replies: 26
Views: 47896

Re: supaplex

supaplex39 opt.gif
supaplex39 opt.gif (241.14 KiB) Viewed 21930 times
i still need to fix the font, however
by darkstone knight
Tue 19 Jan, 2010 9:31 pm
Forum: Pixel Art
Topic: opinions on new pics
Replies: 47
Views: 107421

Re: opinions on new pics

wow! verry nice :yes:
by darkstone knight
Mon 18 Jan, 2010 8:19 am
Forum: Announce Your Projects
Topic: supaplex
Replies: 26
Views: 47896

Re: supaplex

i already released a demo a few months ago, i think its still hosted on UTI

tell me any bugs you might find :)
by darkstone knight
Sat 16 Jan, 2010 9:54 pm
Forum: Announce Your Projects
Topic: supaplex
Replies: 26
Views: 47896

Re: supaplex

King Harold wrote:Well be careful, you haven't compressed something until you can decompress it :)
Image
by darkstone knight
Sat 09 Jan, 2010 3:37 pm
Forum: General TI Discussion
Topic: TI-84 Built In Assembly Capabilities
Replies: 17
Views: 34857

Re: TI-84 Built In Assembly Capabilities

bongo wrote:Actually I can't find the actual hexadecimal codes in this document. Where are they?
http://www.ticalc.org/archives/files/fi ... 26877.html :D
by darkstone knight
Wed 09 Dec, 2009 9:50 am
Forum: Announce Your Projects
Topic: supaplex
Replies: 26
Views: 47896

Re: supaplex

lz77, and then von-huafmann the lz77 decompresser already works, and von haufmann is pretty easy: shift everyting 3 bits to the right if the outcome is %111, push $30 on the "decompress stack" folowed by 8, and then 5 bits from the compressed data if the outcome is %110, get 4 more bits an...
by darkstone knight
Mon 07 Dec, 2009 12:40 pm
Forum: Announce Your Projects
Topic: supaplex
Replies: 26
Views: 47896

Re: supaplex

thread retrieval!

i finally tackled the compression:
Image
bytes in grey are bytes i won by compressing the level, ratio is around 70%, average is a bit higher

next task: decompressing :P
by darkstone knight
Mon 07 Dec, 2009 10:32 am
Forum: BBC BASIC
Topic: Nspire Compatibility
Replies: 19
Views: 57790

Re: Nspire Compatibility

well, vdu4 loads (Text.4.PutMapNoWriteBuffer) in (Text.PutMapNoWritebuffer+1), but vdu5 loads the adress of a routine? :?:
by darkstone knight
Sat 21 Nov, 2009 2:16 pm
Forum: BBC BASIC
Topic: Nspire Compatibility
Replies: 19
Views: 57790

Re: Nspire Compatibility

sll is the same as scf\ rl

just 4 wasted clock cycles and a byte..