ticalc link is up
http://www.ticalc.org/archives/files/fi ... 42807.html
you can send feature requists to featprog[at]ticalc.org
Search found 67 matches
- Tue 20 Apr, 2010 2:02 pm
- Forum: Announce Your Projects
- Topic: Supaplex
- Replies: 4
- Views: 22366
- Tue 20 Apr, 2010 2:02 pm
- Forum: Announce Your Projects
- Topic: Supaplex
- Replies: 4
- Views: 22366
Re: Supaplex
triple post? i did only klick "submit" twice...
- Sun 18 Apr, 2010 10:22 pm
- Forum: Announce Your Projects
- Topic: Supaplex
- Replies: 4
- Views: 22366
- Sun 11 Apr, 2010 9:02 pm
- Forum: Programming Help
- Topic: [TI ASM]
- Replies: 1
- Views: 14588
Re: [TI ASM]
sending %xxxxxxx0 to port $3 should do the trick
send %00011101 to re-enable every interrupt, see day 23 of asmin28days
send %00011101 to re-enable every interrupt, see day 23 of asmin28days
- Sun 11 Apr, 2010 7:54 pm
- Forum: Announce Your Projects
- Topic: Supaplex
- Replies: 4
- Views: 22366
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 useless ...
- Sun 21 Mar, 2010 3:20 pm
- Forum: Off Topic
- Topic: Dead forums (lively thread)
- Replies: 123
- Views: 458500
Re: Dead forums (lively thread)
you missed a few....
- Fri 22 Jan, 2010 4:55 pm
- Forum: Announce Your Projects
- Topic: supaplex
- Replies: 26
- Views: 68109
Re: supaplex
i still need to fix the font, however
- Tue 19 Jan, 2010 9:31 pm
- Forum: Pixel Art
- Topic: opinions on new pics
- Replies: 47
- Views: 156817
Re: opinions on new pics
wow! verry nice
- Mon 18 Jan, 2010 8:19 am
- Forum: Announce Your Projects
- Topic: supaplex
- Replies: 26
- Views: 68109
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
tell me any bugs you might find
- Sat 16 Jan, 2010 9:54 pm
- Forum: Announce Your Projects
- Topic: supaplex
- Replies: 26
- Views: 68109
Re: supaplex
King Harold wrote:Well be careful, you haven't compressed something until you can decompress it
- Sat 09 Jan, 2010 3:37 pm
- Forum: General TI Discussion
- Topic: TI-84 Built In Assembly Capabilities
- Replies: 17
- Views: 50424
Re: TI-84 Built In Assembly Capabilities
http://www.ticalc.org/archives/files/fi ... 26877.htmlbongo wrote:Actually I can't find the actual hexadecimal codes in this document. Where are they?
- Wed 09 Dec, 2009 9:50 am
- Forum: Announce Your Projects
- Topic: supaplex
- Replies: 26
- Views: 68109
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 and look up ...
- Mon 07 Dec, 2009 12:40 pm
- Forum: Announce Your Projects
- Topic: supaplex
- Replies: 26
- Views: 68109
Re: supaplex
thread retrieval!
i finally tackled the compression:
bytes in grey are bytes i won by compressing the level, ratio is around 70%, average is a bit higher
next task: decompressing
i finally tackled the compression:
bytes in grey are bytes i won by compressing the level, ratio is around 70%, average is a bit higher
next task: decompressing
- Mon 07 Dec, 2009 10:32 am
- Forum: BBC BASIC
- Topic: Nspire Compatibility
- Replies: 19
- Views: 87729
Re: Nspire Compatibility
well, vdu4 loads (Text.4.PutMapNoWriteBuffer) in (Text.PutMapNoWritebuffer+1), but vdu5 loads the adress of a routine?
- Sat 21 Nov, 2009 2:16 pm
- Forum: BBC BASIC
- Topic: Nspire Compatibility
- Replies: 19
- Views: 87729
Re: Nspire Compatibility
sll is the same as scf\ rl
just 4 wasted clock cycles and a byte..
just 4 wasted clock cycles and a byte..