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

Pages: 1 ... 13 14 [15] 16 17 ... 591
211
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: March 17, 2016, 08:33:43 pm »
If OmnomIRC suddenly feels way faster once loaded....well I finally managed to enable websockets here now! :D

212
Peanuts! More peanuts!

!peanuts

oh, and welcome to the forums :P

213
Introduce Yourself! / Re: Hello, nabako here
« on: March 09, 2016, 09:37:16 am »
Hello there nabako, welcome to the forums!

I am german, too, am already in university, though :D

If you have any questions about axe, just ask them away.

We also have a german section, it's not exactly what you'd call active, though :P

Anyhow, have some peanuts!

!peanuts

214
TI 68K / Re: 2048 Clone, Ti 89, C
« on: March 02, 2016, 06:03:27 am »
Wow, awesome to see some more stuff for the 89 calcs, great job! :D
 

215
News / Re: Presenting Learn @ Cemetech
« on: February 25, 2016, 06:39:14 pm »
I am confused as to what the point is in this, instead of updating already existing references making a new wiki? Also what about wikiti, is this meant to "replace" that, too? Also, why not extend dcs.cemetech.net instead?

I think this is supposed to replace dcs.cemetech.net eventually. Also, I don't think it overlaps much with wikiti, which aims at technical documentation rather than teaching.
I can see those two areas quickly merging, though, as  when you learn asm and want to look into maybe which bcalls do what you are already in the area of what is covored by wikiti

216
News / Re: Presenting Learn @ Cemetech
« on: February 25, 2016, 06:34:28 pm »
I am confused as to what the point is in this, instead of updating already existing references making a new wiki? Also what about wikiti, is this meant to "replace" that, too? Also, why not extend dcs.cemetech.net instead?

217
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: February 25, 2016, 11:24:23 am »
Seems like just now OmnomIRC broke the 15k lines barrier, heehee. Get ready for some awesome stuff in the beta for OIRC 3, though most of the awesome stuff is behind the szenes......

218
TI Z80 / Re: Spaze Invaders v1.0.1 (TI-84+CSE & CE)
« on: February 24, 2016, 10:47:56 am »
This is looking quite nice, great job!

219
News / Re: SourceCoder 3 RC 1: TI-84+CE C Programming, More
« on: February 24, 2016, 10:13:37 am »
This is looking quite nice, i like how you can compile c programs in your browser! :D

220
Miscellaneous / Re: Random YouTube Videos
« on: February 13, 2016, 05:18:01 am »
What did I just watch.....

221
ASM / Re: [help] App Signing, SPASM
« on: February 10, 2016, 11:05:20 am »
Mind posting the app header you are currently using?

222
ASM / Re: [help] App Signing, SPASM
« on: February 09, 2016, 11:18:09 am »
I don't know about spasm, but with brass I still had to add an app header, soemthing like
Code: [Select]
#define APPNAME "Reuben 3"
#define APPPAGES 3
.db 080h,0Fh    ;Field: Program length
.db   00h,00h,00h,00h ;Length=0 (N/A for unsigned apps)
.db 080h,012h    ;Field: Program type
.db   01h,04h  ;Type= Shareware, TI-83Plus
.db 080h,048h    ;Field: App Name
.db APPNAME
.db 080h,081h    ;Field: App Pages
.db APPPAGES
.db   0,0,0,0    ;Length=0, N/A
.db   0,0,0,0    ;Reserved
.db   0,0,0,0    ;Reserved
.db   0,0,0,0    ;Reserved

<now the normal code starts here>
Maybe something like that would work so that rabbit can sign it

223
ASM / Re: [help] App Signing, SPASM
« on: February 09, 2016, 10:51:09 am »
Rabbitsign should work, looks to me like your app hearder might be wrong.
How does your app header look like? (and how many pages is the app?)

224
Other Calculators / Re: Why RPN?
« on: February 03, 2016, 04:57:26 pm »
I learned that multiplication+devision are same level, same with addition+subtraction. And if those are combind you just go from left to right, so the TI is actually correct IMO

225
Other Calculators / Re: Why RPN?
« on: February 03, 2016, 04:52:37 pm »
Why? Deviding and multiplying have same level of importance and TIOS goes from left to right rather than right to left.

Pages: 1 ... 13 14 [15] 16 17 ... 591